Multiple Choice
The SQL query to output the contents of the EMPLOYEE table sorted by last name, first name, and initial is _____.
A) SELECT EMP_LNAME, EMP_FNAME, EMP_INITIAL, EMP_AREACODE, EMP_PHONE FROM EMPLOYEE LIST BY EMP_LNAME, EMP_FNAME, EMP_INITIAL;
B) SELECT EMP_LNAME, EMP_FNAME, EMP_INITIAL, EMP_AREACODE, EMP_PHONE FROM EMPLOYEE ORDER BY EMP_LNAME, EMP_FNAME, EMP_INITIAL;
C) SELECT EMP_LNAME, EMP_FNAME, EMP_INITIAL, EMP_AREACODE, EMP_PHONE FROM EMPLOYEE DISPLAY BY EMP_LNAME, EMP_FNAME, EMP_INITIAL;
D) SELECT EMP_LNAME, EMP_FNAME, EMP_INITIAL, EMP_AREACODE, EMP_PHONE FROM EMPLOYEE SEQUENCE BY EMP_LNAME, EMP_FNAME, EMP_INITIAL;
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The SQL command that allows a user
Q23: The query to join the P_DESCRIPT and
Q42: A(n) _ order sequence is a multilevel
Q51: Some RDBMSs, such as Microsoft Access, automatically
Q55: String comparisons are made from left to
Q56: To remove a row from the PRODUCT
Q58: Which of the following queries will output
Q67: Although SQL commands can be grouped together
Q70: If you have not yet used the
Q92: Which of the following queries will output