Q1. Which of the following statement contains an error?
Explanation
A SELECT query that retrieves table columns normally identifies the source table in the FROM clause, and SQL identifiers with spaces must be delimited. Option D omits the FROM clause and also writes last name as two unquoted tokens. Therefore D is the erroneous statement.
