Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
972 views
in Computer by (61.3k points)

What is the Cartesian product? How is it different from join operation?

1 Answer

+1 vote
by (64.2k points)
selected by
 
Best answer

When you join two or more tables without any condition, it is called Cartesian product or Cross Join. The difference between Cartesian Product and Join is – In Join operation we have to mention the column name from both the tables on which join has to be perform for

eg. Select EmpName,Salary from Employee, SalaryRange where Employee.Salary =SalaryRange.MinSalary. Whereas in Cartesian product we do not mention any condition for

eg. Select a.Id,b.Id from Employee a,Manager b;

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...