What is a query?

It extracts data from a tableIt always uses SELECTIt always uses WHEREIt can be used to add data to a table

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.