The EMPLOYEES table contains these columns:<br /> <img src="https://nimg.ppkao.com/2018-08/yiyu/2018080117020536482.jpg?sign=348110755a9be0bdde6f8d6085a8e2f3&t=62d45c13" /><br /> You need to write a query that will produce these results:<br /> 1. Display the salary multiplied by the commission_pct.<br /> 2. Exclude employees with a zero commission_pct.<br /> 3. Display a zero for employees with a null commission value.<br /> Evaluate the SQL statement:<br /> <img src="https://nimg.ppkao.com/2018-08/yiyu/2018080117021650571.jpg?sign=2ba4d0b7d02db9a2b0e26a983c856038&t=62d45c13" /><br /> What does the statement provide?()
A、All of the desired results
B、Two of the desired results
C、One of the desired results
D、An error statement