Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create the database system for Library Management with the relationship between User, Transaction and Book that the user borrows or returned in the library. Management

Create the database system for Library Management with the relationship between User, Transaction and Book that the user borrows or returned in the library. Management collects data from the User to maintain in a UserTable such as CardId, UserName, DateOfBirth, PostalCode, PhoneNumber, maintain data of Books in BookTable such as BookId, BookName, Author separately and maintain another table named as TransactionTable with fields such as TransactionId, Transaction (Values: Borrowed/Returned), DateIssued, DateReturned. Include additional fields to construct relationship between tables. Understand the question properly as the management wants to track, retrieve and produce the final output of the User's transaction of the book(s) in the library. (Note: - The Database file must have all types of Database Objects with properly related to each other. Each table must have at least 6 entries. Do Not forget to implement Input Mask, Default Value, Keys defining Relationship, Conditions to retrieve data)

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

Management Fundamentals

Authors: Robert N. Lussier

8th Edition

9781506389394

More Books

Students also viewed these General Management questions

Question

Briefly define noise.

Answered: 1 week ago