1Z0-007 · Question #34
The EMPLOYEES table contains these columns: You need to write a query that will produce these results: 1. Display the salary multiplied by the commission_pct. 2. Exclude employees with a zero…
The correct answer is C. One of the desired results. This statement will provide only one of the desired results: display the salary multiplied by the It will not exclude employees with a zero commission_pct and display a zero for employees with a null commission value. Incorrect Answers A: This statement will provide only one of…
Question
Options
- AAll of the desired results
- BTwo of the desired results
- COne of the desired results
- DAn error statement
How the community answered
(37 responses)- A5% (2)
- B16% (6)
- C70% (26)
- D8% (3)
Explanation
This statement will provide only one of the desired results: display the salary multiplied by the It will not exclude employees with a zero commission_pct and display a zero for employees with a null commission value. Incorrect Answers A: This statement will provide only one of the desired results, not all. B: This statement will provide only one of the desired results, not two. D: This statement will not generate an error, it is correct .
Topics
Community Discussion
No community discussion yet for this question.