Solved

Which of the Following Statements Represents a Valid SELECT Statement

Question 1

Multiple Choice

Which of the following statements represents a valid SELECT statement?


A) SELECT columnName FROM tableName WHERE criteria
B) SELECT tableName FROM columnName WHERE criteria
C) SELECT criteria FROM tableName WHERE columnName
D) FROM columnName SELECT tableName WHERE criteria
E) None of the above.

Correct Answer:

verifed

Verified

Related Questions