Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the database case of keeping record of which user is currently holding which book from a local library. Create 2 entity types Book
Consider the database case of keeping record of which user is currently holding which book from a local library. Create 2 entity types Book and User and a relationship type Borrows. a) Suppose each library book needs to be recorded merely for the bookld and the book title, and each user needs to be recorded merely for the userld and the userName. Draw the diagrams for the entity types Book and User. What other attributes are likely to be useful in these entity types? b) Assume each user may borrow up to 10 books in total. Draw the full ER diagram for this simple database and also specify the occurrence multiplicities for the relationship. c) Similar to the steps in Visual track 1, use SQL Server's graphical user interface to design the tables Book, User and Borrows. Specify the respective primary keys, and enter 2-3 records into each of these tables. d) Likewise use SQL Server's GUI to display the table design and the table records for these 3 tables. e) What is the typical output or artefact generated at each of the 3 phases of database design? For the database case above, show the output/artefact for all the 3 design phases.
Step by Step Solution
★★★★★
3.43 Rating (153 Votes )
There are 3 Steps involved in it
Step: 1
Answer ay Solution other Attributes o bile s...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