Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following schema for a relational database that stores customers' book reviews. A book may receive multiple reviews, but a customer can only review

Consider the following schema for a relational database that stores customers'
book reviews. A book may receive multiple reviews, but a customer can only
review a book once.
Primary keys are underlined, and foreign keys are in italics. With reference to
the schema, answer the following questions.
(a) Using the following information, write an SQL query to create the Review
table. You should use appropriate data types and include all applicable
constraints of the relational model.
BookID is a fixed-length string of 7 characters in length, e.g., B123456.
CustomerNo is a fixed-length string of 8 characters in length, e.g.,
C2301000.
Allowed rating values are whole numbers from 1 to 5.
ReviewDate should default to the current date.
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

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions