Skip to content

Jay-singh03/SQL_Task_5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SQL_Task_5

1.Create two related tables (e.g., Customers, Orders)

  • Database of College
  • 1st Table of Departments
  • 2nd Table of Students

2.Use INNER, LEFT, RIGHT, FULL JOIN

  • Inner Join with 'DeptID' column of Students Table and 'DeptID' column of Department Table
  • Right Join with 'DeptID' column of Students Table and 'DeptID' column of Department Table
  • Left Join with 'DeptID' column of Students Table and 'DeptID' column of Department Table
  • Full Outer Join (Left Join UNION Right Join in MySQL Workbench) with 'DeptID' column of Students Table and 'DeptID' column of Department Table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published