Intro to database

profileError

A Database for a Library of a University

 

Assumptions:

·         Each book has different ID (also each book of same name and same author (but number of copies) will have different ID), author name and any additional information you think it is important.

·         Students and faculty can borrow books.

·         Each student and faculty can borrow books but the book cannot be borrowed by more than one borrower in the same time.

·         There is a limited number of books can be borrowed each semester.

·         The date of borrowing and return must be registered.

 

Requirements:

·         Develop an E-R diagram for the library database.

·         The relation schemas for the library database.

·         Normalization of the relations (your relations should be in 4NF)

·         SQL statements for creating all tables in your ERD.

·         Populate your database with sample data. Each table should have a minimum of five rows.

·         SQL queries to test your database:

o   Find all students who have borrowed books.

o   Find all books name and their authors.

o   Any additional query you think it is useful.

 

Implementation:

·         Use Microsoft Office Access to create your database.

 

Deliverables:

·         A file contains the E-R diagram and the schemas (before and after normalization).

·         A file contains all SQL statements of creating tables, insert data.

·         A file contains SQL queries.

·         Submit all files on Blackboard by the due date.

·         The final Access .mdb file of the database

 

    • 9 years ago
    • 15
    Answer(2)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      erd_and_sschemas..docx
    • attachment
      library_database_assignment.accdb
    • attachment
      sql_queries.docx
    • attachment
      sql_statements.docx

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      library.zip
    • attachment
      library_acc.mdb
    Bids(1)