READ Free Dumps For Oracle- 1z0-001
Question ID 1647 | You want to display the details of all employees whose last name is Smith, but you are not sure in which case the last names are stored. Which statement will list all the employees whose last name is Smith? |
Option A | A. SELECT lastname, firstname FROM emp |
Option B | B. SELECT lastname, firstname FROM emp |
Option C | C. SELECT lastname, firstname FROM emp |
Option D | D. SELECT lastname, firstname FROM emp |
Correct Answer | B |
Question ID 1648 | The EMPLOYEE table contains these columns: |
Option A | A. Move the function to the SELECT clause and add a GROUP BY clause and a HAVING clause. |
Option B | B. Move the function to the SELECT clause and add a GROUP BY clause. |
Option C | C. Use a subquery in the WHERE clause to compare the average salary value. |
Option D | D. Change the function in the WHERE clause. |
Correct Answer | C |