What is a query?
SELECT
WHERE
Yes! A query is used to extract data from a table, and always uses the SELECT
statement. WHERE
is a clause we can use with SELECT
, and we use a different statement to add data to tables.
No. A query is used to extract data from a table, and always uses the SELECT
statement. WHERE
is a clause we can use with SELECT
, and we use a different statement to add data to tables.