Answered step by step
Verified Expert Solution
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 is always known for each book and no two books have the same book name
ISBN char is unique and always known including for books in process of being published.
REFNumber char is an internal 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
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