A student has used the following query to retrieve data from the Employee table (it has 8 records) and the Department table (it has 4 records). The result of his query is 32 records in the output table. What is wrong with his query?   SELECT Employee.First_Name, Employee.Last_Name, Department.Depart_Name FROM Employee, Department单项选择题

A

The student has to use WHERE to connect PK and FK in the relationship.

B

The student has to use HAVING to connect PK and FK in the relationship.

C

The student has to query from one table only.

D

The student has to ORDER BY the results in ascending order.

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!