Which statements will execute successfully? (Choose 2)

A) SELECT employee_id, last_name, job_id, department_id, hire_date FROM employees ORDER BY 3;
B) SELECT first_name, last_name FROM employees ORDER BY employee_id DES;
C) SELECT first_name, last_name, first_name||last_name fullname FROM employees ORDER BY fullname;
D) SELECT employee_id, first_name, last_name FROM employees ORDER BY employee_id DESCEND;


A and B

Computer Science & Information Technology

You might also like to view...

Which of the following is the path to the Format Painter button?

A. (ANIMATIONS tab | Format group) B. (HOME tab | Paragraph group) C. (HOME tab | Clipboard group) D. (ANIMATIONS tab | Advanced Animations group)

Computer Science & Information Technology

The range of entries that determines the size of the slices in a Pie chart is called the category names.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Each STL class provides its own set of ____.

A. methods B. objects C. structures D. templates

Computer Science & Information Technology

The search function searches the binary search tree for a given item. If the item is found in the binary search tree, it returns ____.

A. true B. false C. a reference to the node where the item was found D. 1

Computer Science & Information Technology