EXHIBIT, Emp Table<br /> <img src="https://nimg.ppkao.com/2018-08/zhangxu/2018080117201979147.jpg?sign=7ed869f9d4dbebd1151d467034e09756&t=62d07c17" /><br /> Exhibit A<br /> <img src="https://nimg.ppkao.com/2018-08/zhangxu/2018080117204388492.jpg?sign=df17038bed9a86f1e5c6d29c67f7a0b1&t=62d07c17" /><br /> Exhibit B<br /> <img src="https://nimg.ppkao.com/2018-08/zhangxu/2018080117211213641.jpg?sign=a7b34dddffb58269c58b5288d84d9e7a&t=62d07c17" /><br /> Examine the data from the EMP table.<br /> Evaluate this SQL statement:<br /> SELECT *<br /> FROM emp<br /> WHERE emp _ id = 3);<br /> WHERE commission = (SELECT commission<br /> FROM emp<br /> What is the result when the query is executed?()
A、Exhibit A
B、Exhibit B
C、The query returns no rows
D、The query fails because the outer query is retrieving more than one column
E、The query fails because both the inner and outer queries are retrieving data from the same table.