Answer: DISTINCT
Answer: Acts like a WHERE clause but is used for groups rather than rows.
Answer: SELECT, FROM, WHERE
Answer: DROP TABLE CUSTOMER;
Answer: A virtual table that can be accessed via SQL commands
Answer: An exact match is not possible in a SELECT statement.
Answer: All of the above
Answer: DELETE FROM CUSTOMER WHERE ...
Answer: INSERT
Answer: The ability to develop more realistic models of the real world.
Answer: The need for multiple views or different windows into the same databases.