exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 24 discussion

Actual exam question from Microsoft's 98-364
Question #: 24
Topic #: 1
[All 98-364 Questions]

You execute the following statement:
SELECT EmployeeID, FirstName, DepartmentName

FROM Employee, Department -
This type of operation is called a/an:

  • A. Intersection
  • B. Outer join
  • C. Equi-join
  • D. Cartesian product
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
JasonGraham
Highly Voted 4 years, 5 months ago
I watched like 30 hours of videos on 98-364, smss and MySQL and they did not mention the term cartesian once.
upvoted 11 times
...
Nasimiyu
Highly Voted 4 years, 4 months ago
Cartesian product is same as cross join and returns all rows of the tables listed in the query.. Happens when there's no relationship defined between the two tables
upvoted 6 times
...
DeathDill
Most Recent 3 years, 3 months ago
Normally you don't want to make one, you want to avoid them.
upvoted 1 times
...
jetblack81
4 years, 2 months ago
Same as me. It's like what is this Cartman product all of a sudden???
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...