The SELECT FROM WHERE format of a SQL query can be viewed simply as a way to:
A. Insert data into the database.
B. Update existing records in the database.
C. Pinpoint the location of the data you are interested in and then retrieve it.
D. Delete data from the database.