Assessment Questions: Write the SQL queries for the following. Q1. Write the SQL statements to create the below 3 relati
Posted: Fri May 20, 2022 10:10 am
Questions: Write the SQL queries for the following. Q1. Write the SQL statements to create the below 3 relations / tables. Customer (CustID, Cust Name, Address, Phone, City, Country) Product (ProdID, ProductName, ProductLine, ProductBatach) Delivery (DeliveryID, DeliveryDate, Location) Note: Give primary key to appropriate columns • Choose appropriate Data Types and size • Give Not null to (Address, City, ProductLine, Location)
Assessment