Question: request 1: MAKE SQL CODE FOR THE TABLES AND WRITE SQL QUERIES THAT ARE ASKED. 1. Create three tables based on the ER model provided

request 1: MAKE SQL CODE FOR THE TABLES AND WRITE SQL QUERIES THAT ARE ASKED.
1. Create three tables based on the ER model provided 2. Connect all the three tables using primary key to foreign key 3. Insert 3 records for each table. 4. Use join and connect customer and sales table. 5. Write a query which displays customerid, customername,item_id itemname,salesid- to perform this query you need to alter the table to add the fields Scripts for Q1: create database Test use test
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
