Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Eduvos Library Management System Eduvos has a private library comprising of a large number of books. The institute aims to keep information on each of

Eduvos Library Management System
Eduvos has a private library comprising of a large number of books. The institute aims to keep information on each of the books in a catalogue. In particular, the higher education institution would like to know which authors own each book and record the first name and surname of each new author when a new book is purchased. A unique ID identifies each author. When a new book is purchased, the title, price, date purchased, and the number of pages is recorded. Furthermore, a unique ID is assigned to every book purchased. The books are classified by topic and use a topic ID when searching the catalogue. More than one copy of certain books is kept because of their investment value.Question 2
Use the scenario to answer the following questions:
2.1 Create a relational model by creating the five (5) tables shown in the ERD, taking into consideration mandatory attributes, primary and foreign key constraints.
(10
Marks)2.2 Store at least five (5) relevant records into each table created in 2.1.
(10
Marks)2.3 Obtain the identity of topic, name with corresponding title, date of purchase and number of pages of stored books. Display the result of your query in the format below.
(2 Marks)
TOPICID
TOPICNAME
BOOKTITLE
500 Normalization
Advanced Database Management Systems
BOOKPURCHASEDATE BOOKPAGES
15-JAN-22
image text in transcribed

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

Oracle Solaris 11.2 System Administration (oracle Press)

Authors: Harry Foxwell

1st Edition

007184421X, 9780071844215

More Books

Students also viewed these Databases questions

Question

A base class may not be derived from another class. True False

Answered: 1 week ago