nerdexam
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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    15% (4)
  • D
    77% (20)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice