Question: Q 1 . Create a database with the following Design Specifications Database Name: Company _ DENORMALIZED Q 2 . Create a table in the same

Q1. Create a database with the following Design Specifications
Database Name: Company_DENORMALIZED
Q2. Create a table in the same database you created above with the following design specifications.
Table Name: SalesOrder
Q3. Load the following data into the table created above (use INSERT Statement)
Q4. Retrieve the SalesOrderNo, CustomerName, Description, and Qty for all sales
Q5. Retrieve the SalesOrderNo, CustomerName, Description, and Qty for CustomerNo 6229
(Use the WHERE Clause to filter CustomerNo 6229)
Q.6. Retrieve SalesOrderNo, CustomerName for CustomerNo 6377 from SalesOrder where ItemNo >776 or
ItemNo 715
Q.7 Please Sort the SalesOrder table by Item No. The report should consider the
The Customer No =6229 and customer name = 'Janet' .
Sorting should be both ascending and descending order.
Write a query that Sort the SalesOrder table by its Customer No. The Query should address for both
ascending and descending order
Write a query that returns data that specifies what you do not want returned customer CustomerAdd is 'MD'
and Qty is 2 from salesOrder Table.
Sort descending order of Sales Order table where Qty =2 and Order by Customer No.
 Q1. Create a database with the following Design Specifications Database Name:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!