Objective: Learn to combine data from multiple tables Tools :DB Browser for SQLite / MySQL Workbench Deliverables: SQL queries using all join types
Done: 1.Created two tables CUSTOMER and ORDER_DETAILS 2.Inserted values to each table 3.Used INNER, LEFT, RIGHT, FULL JOIN 4.Attached the output also