Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SELECT PRIMARY KEY For data kept by a single publisher - - it contains an entity BOOK, the following is known about the four attributes

SELECT PRIMARY KEY
For data kept by a single publisher -- it contains an entity BOOK, the following is known about the four attributes identified as candidate keys:
BookName varchar(50), is always known for each book and no two books have the same book name
ISBN char(13), is unique and always known including for books in process of being published.
REFNumber char(10) is an internal 10 digit code assigned to every book but is common for different editions of the same book.
PubDate is the date on which the book is published. The publisher, never publishes two books on same date. Prior to publishing, every book still has a value which reflects the tentative publish date, and this is often revised frequently through out the publication process.
Based on the description above, the best suited attribute for primary key is:

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_2

Step: 3

blur-text-image_3

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

Databases Illuminated

Authors: Catherine Ricardo

2nd Edition

1449606008, 978-1449606008

Students also viewed these Databases questions

Question

What financial status will you obtain?

Answered: 1 week ago