Question: Questions Download the database bookstore.mdb . This database keeps track of the inventory of books, orders, and customers in a bookstore. Create a SQL query
Questions
Download the database bookstore.mdb This database keeps track of the inventory of books, orders, and customers in a bookstore.
Create a SQL query for each of the questions below. First, run the code on Ms Access, then copy the code to a Word file, and finally, after you have all codes, convert the Word file to a PDF and submit it
Note: Assign aliases in the queries whenever necessary please use a short name that briefly describes the information on the corresponding column
For every book authored by CJ Cherryh, show the ISBN, title, and publication year. Sort the books by title in alphabetical order.
Show the orders placed by the customer with customer number Sort the orders by date.
Show the total number of copies on hand by summing numberonhand the bookstore has.
Show the total number of titles authored by Anne Rice offered by the bookstore.
Show the number of orders from customer that have not yet been filled orderfilled is of YesNo type, to compare simply do orderfilled Yes or orderfilledNo
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
