The document describes SQL commands to create a Product_master table with product information like name, description, distributor details, price and quantity. It then inserts sample data for 10 products and runs various SELECT queries to retrieve product details based on different conditions on attributes like price, quantity and distributor. The table is later renamed to Product_information and a new column Contact_of_Distri is added.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views4 pages
Cie B
The document describes SQL commands to create a Product_master table with product information like name, description, distributor details, price and quantity. It then inserts sample data for 10 products and runs various SELECT queries to retrieve product details based on different conditions on attributes like price, quantity and distributor. The table is later renamed to Product_information and a new column Contact_of_Distri is added.