Examine the given code:SELECT employee_id FROM employees WHERE commission_pct=.5 OR salary > 23000
Which of the following statements is correct with regard to the given code?
Reveal answer
Fill a bubble to check yourself
Examine the given code:SELECT employee_id FROM employees WHERE commission_pct=.5 OR salary > 23000
Which of the following statements is correct with regard to the given code?