Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help please. Can you answer and explain the questions? Use the following tables that depict that an author can write many books, and

I need help please. Can you answer and explain the questions?
Use the following tables that depict that an author can write many books, and a book can have many authors. Each book has only one
publisher, but a publisher can publish many books. An author can attend many book signings. Each book signing is done by only one
author. The primary keys to consider are indicated.
SIGNING (primary key: SIGN ID)
WRITES (composite primary key: AU_ID, BOOK_ID)
AUTHOR (primary key: AU_ID)
BOOK (primary key: BOOK_ID)
PUBLISHER (primary key: PUB ID)
1. Does the PUBLISHER table have entity integrity? Why or why not?
2. Does the AUTHOR table have entity integrity? Why or why not?
3. Does the WRITES table have entity integrity? Why or why not?
4. Does the SIGNING table have referential integrity in its relationship with AUTHOR? Why or why not?
5. Does the PUBLISHER table have referential integrity in its relationship with BOOK? Why or why not?
6. Does the WRITES table have referential integrity in its relationship with BOOK? Why or why not?
7. Create the table that would result from an Equijoin of SIGNING-join-AUTHOR.
8. Create the table that would result from a RIGHT Outer Join of BOOK-join-PUBLISHER.
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

Database Systems A Practical Approach To Design Implementation And Management

Authors: THOMAS CONNOLLY

6th Edition

9353438918, 978-9353438913

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago