Click the Exhibit button to examine the data of the EMPLOYEES table. Evaluate this SQL statement:<br /> SELECT e.employee_id "Emp_id", e.emp_name "Employee", e.salary, m.employee_id "Mgr_id", m.emp_name "Manager"<br /> FROM employees e JOIN employees m ON (e.mgr_id = m.employee_id)<br /> AND e.salary > 4000;<br /> What is its output?()<img src="https://img.ppkao.com/2018-08/zhangxu/2018080111521622568.jpg" /><img src="https://img.ppkao.com/2018-08/zhangxu/2018080111523715449.jpg" /><p> Click the Exhibit button to examine the data of the EMPLOYEES table. Evaluate this SQL statement:<br /> SELECT e.employee_id "Emp_id", e.emp_name "Employee", e.salary, m.employee_id "Mgr_id", m.emp_name "Manager"<br /> FROM employees e JOIN employees m ON (e.mgr_id = m.employee_id)<br /> AND e.salary > 4000;<br /> What is its output?()<img src="https://img.ppkao.com/2018-08/zhangxu/2018080111521622568.jpg" /><img src="h
A、A.A
B、B.B
C、C.C
D、D.D
E、E.E