Database1 Project Template Spring 2024_9490cba84509f61e4cc1bb11165acccf
Database1 Project Template Spring 2024_9490cba84509f61e4cc1bb11165acccf
Project Description: -
1- You will be asked to select only one of the given fields from the below table,
DB-ID DB-NAME
1 HealthCare
2 Transportation
3 Agriculture
4 Tourism
5 Business
After choosing a field of application you must design a real case study and build a database management system
For this case study based on the requirement that you are asked on the following: -
2- Choose one topic from the above table.
3- Build the ER diagram following the listed requirements using (creatly or any drawing tool)
• At least 6 tables with Min of 4 attributes per table that fully describes
your topics.
and constraints.
5- Using Microsoft visual studio, implement DDL with all required constraints (PK, FK,
• Insert at least in each table TEN DATA records, taking into consideration determined
constraints.
7- Finally, build a simple website application using your implemented database as discussed in
8- Identify the following pages in web application and retrieve in each page specific data using
• First page
▪ Design an Admin login page to allow user to login to your web site.
▪ Each group member should have an account to login with
• Second page (Simple Select)
▪ From your database, choose 3 tables and apply a select statement on each table.
▪ Display each output in separated grid view.
▪ Each Select Statement must contains (where & order by clause).
• Third page (aggregate functions):
▪ From your database choose 3 (same or different from second page) tables and
apply a select statement on each table
▪ Display each output in separated grid view.
▪ (Having, Group by, order by) must be covered in these statements.
▪ First Select (MAX Func)
▪ Second (Min Func)
▪ Third (computed Attribute i.e. AGE)
• Fourth page (SUB QUERY)
▪ Apply at least 3 sub Query statements on multiple tables.
• Fifth page (Joins)
▪ From your database choose 3 (same or different from second page) tables and
apply a select statement on each join type.
▪ Display each output in separated grid view.
▪ First Select (Inner Join)
▪ Second (outer join)
• Sixth page: logout page
Project Instructions: -
3|DB1 Spring22-Semster Project
Future University in Egypt
Faculty of Computers and Information Technology
Information Systems Department
Semester: Spring 2024
Course: Database System-1(ISI 211- IS211– ISY 211)
Lecturer: Dr. Samah Ahmed Zaki
Submission Instructions
Only one member will submit a compressed file for project including
the following:
1- TXT file with the name of your project and Group
Note:
All members must participate in the video (Voice only),
explaining either the database or the run and the query.