Question: Database Administration CSCI 3 4 2 Lab Project Lab 1 Q 1 . Create a database with the following Design Specifications Database Name: Company _
Database Administration
CSCI
Lab Project Lab
Q Create a database with the following Design Specifications
Database Name: CompanyDENORMALIZED
Q Create a table in the same database you created above with the following design specifications.
Table Name: SalesOrder
tableColumn Name,SalesOrderNo,Date,CustomerNo,CustomerName,CustomerAdd,ClearkNo,ItemNo,Description,QtyUnitPriceData Type,INT,DATE,INT,VARCHARVARCHARINT,INT,TEXT,INT,MoneyNull Constraint,NOT NULL,NULL,NOT NULL,NULL,NULL,NULL,tableNOTNOT NULLNULL,NULL,NULL
Q Load the following data into the table created above use INSERT Statement
tableSalesOrderNoDate,CustomerNo,CustomerName,CustomerAdd,ClearkNo,ItemNo,Description,QtyUnitPriceJon,MDFruit,Jon,MDLiquor,Jon,MDVegetable,Christy,VAFruit,Christy,VABakery,Christy,VAElectronics,Janet,DCElectronics,Janet,DCElectronics,Janet,DCFruit,Janet,DCFurniture,Jacquelyn,MDFurniture,
Q Retrieve the SalesOrderNo, CustomerName, Description, and Qty for all sales
Q Retrieve the SalesOrderNo, CustomerName, Description, and Qty for CustomerNo
Use the WHERE Clause to filter CustomerNo
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
