Question: Figure A.1: ER diagram Client-Borrows-Book Database Borrows Book 1 library 5 BId Btype N FN Client Name Id LN Phone employee regular M helps date

 Figure A.1: ER diagram Client-Borrows-Book Database Borrows Book 1 library 5

BId Btype N FN Client Name Id LN Phone employee regular M

helps date Use the ER diagram of Figure A.1 to answer the

Figure A.1: ER diagram Client-Borrows-Book Database Borrows Book 1 library 5 BId Btype N FN Client Name Id LN Phone employee regular M helps date Use the ER diagram of Figure A.1 to answer the next few questions 1. Which statement best describes the cardinality constraint of the relationship Borrows' shown in Figure A.1 above? a. Each client can borrow only one book, and each book can be borrowed by many clients. b. Each client can borrow many books, and each book can be borrowed by many clients. c. Each client can borrow many books, and each book can be borrowed by only one client. d. All of the above. e. None of the above. 2. Which statement best describes the participation constraint of the relationship 'helps shown in Figure A.1 above? a. Each client employee must help every regular client through 'helps' recursive relationship b. Only some client employee can help a regular client through helps' recursive relationship. c. Every client employee must help some regular client through 'helps recursive relationship. d. All of the above. e. None of the above. 3. What is the text schema for the Relationship Borrows' in Figure A.1 above? a. Borrows (library). b. Borrows (Id, BId, library). c. Borrows (Id, BId). d. All of the above. e. None of the above. 4. Which of the following can be an example of a multi-valued attribute in ER modeling of a database? a. phone b. email c. address d. All of the above e. None of the above 5. One limitation of traditional file system, which runs programs with data, that is solved by using a database management system is: a. Provision of data independence b. Separation of data from program using the three data level architecture c. Replication of data and programs d. Use of the internet e. None of the above 6. In a database, integrity constraints must not be violated after any database update. Given a database table with schema Customer (Id, Fname, Lnaine, phone), which has a state having the two tuples and , what integrity constraint is violated by inserting the following new tuple into Customer ? a. Entity Integrity constraint b. Foreign key referential integrity constraint c. Primary key integrity constraint d. All of the above e. None of the above Figure A.2: A B R 7. Which statement best describes the relationship shown in Figure A.2 above? a. Each A record can relate to only one record of B through R. b. Each A record can relate to multiple records of B through R. c. Each B record can relate to inultiple records of A through R. d. There can be multiple records of A and B related through R. e. None of the above 8. An Example of a database management systems (dbms) where data model is table is: a. NOSQL dins b. Relational dbins c. Object oriented dbins d. All of the above e. None of the above 9. Using the client borrows book" database described in Fig A.1, an example state (instance) of the Book schema with valid book types as (fiction', 'drama', 'poetry') and each record in brackets and ended with a semicolon, is: a. (l', 'poetry', 'folktale"); (62', 'drama', 'fiction'); b. (dl', 'poetry'); (*d2', 'drama'); c. (*1', 'fiction'); (NULL, "fiction'); d. All of the above e. None of the above 10. Using the client borrows book" database described in Fig A.1, an example English language query that can be asked on that database is: a. Get all employee clients and the regular clients they helped. b. Get the Id, FN, LN, phone of every client c. Get the book Bid borrowed by each client, and the library borrowed from. d. All of the above e. None of the above

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!