1z0-071 Exam Question 91
Examine the description of the ENPLYEES table:

Which two queries return all rows for employees whose salary is greater than the average salary in their department?

Which two queries return all rows for employees whose salary is greater than the average salary in their department?
1z0-071 Exam Question 92
Examine the structure of the EMPLOYEEStable.

There is a parent/child relationship between EMPLOYEE_IDand MANAGER_ID.
You want to display the last names and manager IDs of employees who work for the same manager as the employee whose EMPLOYEE_IDis 123.
Which query provides the correct output?
SELECT e.last_name, m.manager_id

There is a parent/child relationship between EMPLOYEE_IDand MANAGER_ID.
You want to display the last names and manager IDs of employees who work for the same manager as the employee whose EMPLOYEE_IDis 123.
Which query provides the correct output?
SELECT e.last_name, m.manager_id
1z0-071 Exam Question 93
Which two are true about constraints?
1z0-071 Exam Question 94
Examine the description of the EMPLOYYES table:

Which two statements will run successfully?

Which two statements will run successfully?
1z0-071 Exam Question 95
You want to display 5 percent of the rows from the SALES table for products with the lowest AMOUNT_SOLD and also want to include the rows that have the same AMOUNT_SOLD even if this causes the output to exceed 5 percent of the rows.
Which query will provide the required result?
Which query will provide the required result?
