Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Joy L. Starks, Philip J. Pratt, Mary Z. Last

9th Edition

1337093424, 978-1337093422

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago