The assignment is about designing a database for a university library system. The database needs to store information about students, books, employees, and suppliers. It also includes entities for sections, catalogue, book issued, book reserved, and payment. The ER diagram shows the relationships between these entities.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Database Design1 5915Database DesignCOLT2, 2017 Fahad AlSuwaidi U3161044 Professor Name Date
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
Database Design2 Introduction As per the given scenario, the database for a library system needs to be designed. The main purpose of this library database will be to save the entire information of student, books, employees, student’s next of kin details etc. A student number is issued to each student when he or she gets registered in the university. There are six sections defined for a library and that information needs to be saved in the database. There is a database for the books catalogue where all the details about book such as book title, author name, publisher name etc are saved in the database. When a student issue a book, a return date get saved automatically on the basis of policy of library. And when student returns the book to the library after the return date some penalty amount get saved for each book. This penalty amount is same for each book. That basically depends on the number of days by which after which book is returned to the library. The supplier’s details is also saved in the database from which books are purchased. There is the facility to reserve the book on first come first serve basis. Students can reserve the book online before issuing that. Entities 1.StudentStudentNo,FirstName,LastName,DateOfBirth,Gender,HomeStreet, Homesuburb, Homecity, Homestate, HomePCode, contact_no. 2.NextofKinNoKID,FirstName,LastName,DateOfBirth,Gender,HomeStreet, Homesuburb, Homecity, Homestate, HomePCode, StudentNo, Relationship. Foreign keyStudentNo references student. 3. SectionSectionID, Section_name, location, phone_no, no_of_staff