Answered step by step
Verified Expert Solution
Link Copied!

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(Order_ID,CustomerID,Quantity_Ordered,Order_Date) Author(Author_ID, Author_name, Author_description) The primary keys

QUESTION 4 Consider the following relational schema for an Online book store database: Product (BookID, Bookname, UnitPrice, Author_ID) Customer_order(Order_ID,CustomerID,Quantity_Ordered,Order_Date) Author(Author_ID, Author_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. (9 marks) (b) List the Customers Orders if the book quantity is more than 5 copies. (3 marks) (c) List the book ID and Book name for all books and sort the books by the Authors name alphabetically. (9 marks) (c) Write the statement to update the unit prices of all books by 50 cent.

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

Students also viewed these Databases questions