Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following tables are for bookstore database. A book is written by one or more authors and is published by one publishing company. Each book

image text in transcribed
The following tables are for bookstore database. A book is written by one or more authors and is published by one publishing company. Each book has one title but it can have multiple formats (such as digital, paperback, hardcover). Price of the same book but different book format can be different. A book is uniquely identified by an ISBN. The bookstore has four departments and employs a number of employees; each employee works in only one department. Each department has a manager. BOOKS ISBN, Title, Author-Full-Name, Publishing-Company-ID) PUBLISHING COMPANY Publishing-Company-ID, Publishing-Company-Name) DEPARTMENT Dept-ID, Dept-Name, Manger-ID, Manager-Name) EMPLOYEE Employee-ID, Employee-First-Name, Employee-Last-Name, Dept-ID) BOOK PRICES ISBN, Book-Format, Book-Title) ch 5 6. Are EMPLOYEE and DEPARTMENT tables union compatible? ? (a) yes (b) no 7. Can the inner ioin operation be performed on BOOKS and BOOK PRICES tables? (a) yes (b) no 8. Which of the following functional dependence is yalid? If all are valid, select d. If all are not valid select e. (a) ISBN-> Publishing-company-name (b) Book-Price-> ISBN (c) Dept-ID ->Employee-ID (d) all are valid (e) all are not valid 9. Can we perform INTERSECTION operation on BoOOKS and EMPLOYEE tables? (a) yes (b) no 10. If we enforce referential integrity between EMPLOYEE and DEPARTMENT tables, then: (a) we cannot enter a NULL value in the Dept-ID column of the EMPLOYEE table (b) any data value entered in the Dept-ID column of the EMPLOYEE table must have a matching data value in the Dept-ID column of the DEPARTMENT table. (c) none of the above

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 And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 2 Lncs 13427

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124251, 978-3031124259

More Books

Students also viewed these Databases questions