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:

Verified
Correct Answer:
Verified
Q18: Is SQL case-sensitive?<br>A) Yes<br>B) No<br>C) For keywords
Q19: Another name for a saved query is
Q20: Businesses then build a(n) _ that adds
Q21: The correct syntax of the declaration which
Q22: A _ key is a field that
Q24: Which statement is true?<br>A) All the statements
Q25: Which of the following is not an
Q26: The relational entity is connected to each
Q27: Which of the following SQL statements will
Q28: A simple rule of thumb for determining