Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Bansilal Ramnath Agarwal Charitable Trust’s

Vishwakarma Institute of Technology, Pune-37


(Anautonomous Institute of Savitribai Phule Pune University)

Department of Multidisciplinary
Engineering

Division IC-B

Batch SEDA

PRN-No 12220084

Roll No 80

Name Pravin Sable


Write equijoin, non equijoin, self join , Natural join and outer join queries..

Description:
Equijoin: Joins two tables based on a common column(s) with an equal (=)
comparison operator.
Non-equijoin: Joins two tables based on a condition other than an equal (=)
comparison operator.
Self Join: Joins a table with itself, often used to find relationships between records
within the same table.
Natural Join: Joins two tables based on all columns with the same name in both
tables.
Outer Join: Joins two tables and returns all records from one table and matching
records from the other table. If there is no match in the second table, NULL values
are returned.

Screenshots/Output:
Equal Join

Non-Equal Join,Natural Join and Inner Join


Cross Join

Outer Join
Self Join

You might also like