DBMS Seminar
DBMS Seminar
IN SQL
Aniketh.V
11209A021
WHAT ARE JOINS ?
SQL Join statement is used to combine data or
rows from two or more tables based on a
common field between them.
• RIGHT JOIN: Return all records from the right table and matched
records
from left table.
• LEFT JOIN: Return all records from the left table and matched records
from right table.
TABLE NAME: J2
SNO NAME AGE SALARY
4 EDEN 30 200
2 DAN 25 150
5 TOM 28 1903