Evaluate this SQL statement: SELECT e.EMPLOYEE_ID,e.LAST_NAME,e.DEPARTMENT_ID, d.DEPARTMENT_NAME FROM EMP e, DEPARTMENT d WHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID; In the statement, which capabilities of a SELECT statement are performed?()

A . Selection, projection, join B . Difference, projection, join C . Selection, intersection, join D . Intersection, projection, join E . Difference, projection, product

时间:2022-09-09 11:00:23 所属题库:1Z0-007题库

相似题目