Answered step by step
Verified Expert Solution
Question
1 Approved Answer
QUESTION 4 Consider the following relational schema for an Online book store database: Product ( BookID , Bookname UnitPrice, Author ID ) Customer order (
QUESTION
Consider the following relational schema for an Online book store database:
Product BookID Bookname UnitPrice, Author ID
Customer orderOrder IDCustomerID Quantity Ordered,Order Date
AuthorAuthorII Auther name, Author description
The primary keys are underlined.
Write SQL queries to answer the following:
a Create Customer, Customer and Order tables from the relational schema described above. Select appropriate data types for each attribute. Remember to set the primary and foreign keys.
b List the Customers Orders if the book quantity is more than copies.
c List the book ID and Book name for all books and sort the books by the Author's name alphabetically.
c Write the statement to update the unit prices of all books by cent.
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