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

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 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!