Assessment Questions: Write the SQL queries for the following. Q1. Write the SQL statements to create the below 3 relati
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Assessment Questions: Write the SQL queries for the following. Q1. Write the SQL statements to create the below 3 relati
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