Answered step by step
Verified Expert Solution
Question
1 Approved Answer
We intend to create a 'Data Warehouse' for a management system for a library network. The database must store information about books, libraries, loans made,
We intend to create a 'Data Warehouse' for a management system for a library network.
The database must store information about books, libraries, loans made, readers and book reserves.
Books: must have an identifier, title, author, genre and year of publication.
Libraries: must record the identifier, capacity and location.
Loans: must record the identifier, the loan date, the return date, the book and reader identifier.
Readers: must have an identifier, name, and date of birth.
Reservations: must register the identifier, the date of the reservation, the reserved book and the library where it will be collected.
Define the fact table first. Next, define dimensions for the 'Data Warehouse' and display the associated fact table.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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