Page 1 of 1

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
by answerhappygod
Assessment Questions Write The Sql Queries For The Following Q1 Write The Sql Statements To Create The Below 3 Relati 1
Assessment Questions Write The Sql Queries For The Following Q1 Write The Sql Statements To Create The Below 3 Relati 1 (58.8 KiB) Viewed 30 times
Assessment 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)