Microsoft
98-364 · Question #131
You execute the following statement: - SELECT EmployeeID, FirstName, DepartmentName - FROM Employee, Department This type of operation is called a/an:
The correct answer is D. Cartesian product. See the full explanation below for the reasoning.
Question
You execute the following statement:
- SELECT EmployeeID, FirstName, DepartmentName
- FROM Employee, Department
This type of operation is called a/an:
Options
- Aintersection.
- Bouter join.
- Cequi-join.
- DCartesian product.
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C15% (4)
- D77% (20)
Community Discussion
No community discussion yet for this question.