Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started