You are on page 1of 10

VIETNAM NATIONAL UNIVERSITY – HO CHI MINH CITY

INTERNATIONAL UNIVERSITY
DEPARTMENT OF MATHEMATICS

MINI PROJECT - DATABASE SYSTEM MANAGEMENT

Lecturer: Tran Manh Ha

Problem: Library Management

Group Members: Lê Thị Kiều Anh- MAMAIU21059


Phạm Mai Lan - MAMAIU21003
Dương Ngọc Bảo Hân - MAMAIU21064

Name Student ID Distribution

Lê Thị Kiều Anh MAMAIU21059 Do ERD, design database,


design website, show data
function, do update function,
do search function and write
the report.

Phạm Mai Lan MAMAIU21003 Do ERD, design database,


design website, show data
function, do update function,
do search function and write
the report.

Dương Ngọc Bảo Hân MAMAIU21064 Do ERD, design database,


design website, show data
function, do update function,
do search function and write
the report.

I. PROBLEM

A library management system oversees various sets of information, including:


● Book details comprising identifiers, title, author, edition, storage, publisher,..
● Storage information containing identifiers, block, shelf,..
● Category information with identifiers, name, keyword, language,..
● Author information including identifiers, name, address, gender, nationality,..
Several constraints must be established, such as books being associated with category, Books
being linked to storage, authors having works in the library, etc. This system empowers
librarians to execute diverse functions related to books, category, storage and authors through
the user interface.

II. ERD
III. Database Design

❖ Homepage

This is the web page for interacting with the user.


Here is the index.html

● Show Function:
➢Usage:
- Show data in either one single table, or multiple tables joined together depending on the
user's choice.
- Users can choose what attribute to be included in the display.

➢Show Book:
➢Show Author
➢Show Category:

➢Show Storage:
● Search Data:
➢Usage:
- Search data in one single table depending on the user's choice.
- Users can choose what attribute is used for the search.
● Update Data: Delete, Update, Add

➢Delete, Update:
➢Add:

You might also like