READ Free Dumps For Oracle- 1z0-007
Question ID 7903 | Examine the data from the EMP table: EMP_ID DEPT_ID COMMISSION 1 10 500 2 20 1000 3 10 4 10 600 5 30 800 6 30 200 7 10 8 20 300 The COMMISSION column shows the monthly commission earned by the employee. Which three tasks would require subqueries or joins in order to perform in a single step? (Choose three) |
Option A | Examine the data from the EMP table: EMP_ID DEPT_ID COMMISSION 1 10 500 2 20 1000 3 10 4 10 600 5 30 800 6 30 200 7 10 8 20 300 The COMMISSION column shows the monthly commission earned by the employee. Which three tasks would require subqueries or joins in order to perform in a single step? (Choose three) |
Option B | Increasing the commission of employee 3 by the average commission earned in department 20. |
Option C | Finding the number of employees who do NOT earn commission and are working for department 20. |
Option D | Inserting into the table a new employee 10 who works for department 20 and earns a commission that is equal to the commission earned by employee 3. |
Option E | Creating a table called COMMISSION that has the same structure and data as the columns EMP_ID and COMMISSIONS of the EMP table. |
Option F | Decreasing the commission by 150 for the employees who are working in department 30 and earning a commission of more then 800. |
Correct Answer | BDE |
Question ID 7904 | From SQL*Plus, you issue this SELECT statement: SELECT* FROM order; You use this statement to retrieve data from a data table for __________. (Choose all that apply) |
Option A | Updating |
Option B | Viewing |
Option C | Deleting |
Option D | Inserting |
Option E | Truncating |
Correct Answer | BD |