READ Free Dumps For Oracle- 1z0-001
Question ID 8116 | Evaluate the SQL statement. SELECT e.id, (.15* e.salary) + (.25* e.bonus), (s.sale_amount * (.15* e.commision_pct)) FROM employee e , sales s WHERE e.id = s.emp_id; What would happen if you removed all the parenthesis from calculation? |
Option A | Results will be lower. |
Option B | Results will be higher. |
Option C | Statement will not execute. |
Option D | Statement will achieve the same results. |
Correct Answer | D |
Question ID 8117 | Which is not an SQL Plus command? |
Option A | List. |
Option B | Accept. |
Option C | Change. |
Option D | Update. |
Option E | Describe. |
Correct Answer | D |