Solved

Which of the Following SQL Statements Is Correct

Question 23

Multiple Choice

Which of the following SQL statements is correct?


A) FROM Table SELECT Field WHERE Record = 'X' ORDER BY Field
B) WHERE Record = 'X' SELECT Field FROM Table ORDER BY Field
C) SELECT FROM Table Field WHERE Record = 'X' ORDER BY Field
D) ORDER BY Field SELECT Field FROM Table WHERE Record = 'X'
E) None of the above is correct

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions