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;
____ is a disadvantage of a DDBMS.
a. Data is located near the “greatest demand” site
b. Growth facilitation
c. Danger of a single-point failure
d. Lack of standards