Database Design and Implementation: Hotel Management System Project
VerifiedAdded on  2022/09/06
|13
|1520
|16
Practical Assignment
AI Summary
This assignment showcases a student's solution for a database systems and design project focused on a hotel management system. The solution begins with a scenario outlining the requirements of the system, including guest and room information, booking processes, service records, and bill generation. It then progresses to conceptual database design, followed by logical database design, where tables are created in an Oracle database. The assignment details the creation of tables such as Family, Family_Members, Company, Company_Members, Guest, Bill, Rooms, and Alloted, along with specifying primary and foreign key constraints. Indexes are created for efficient data retrieval. The solution also includes data population with insert statements, populating the created tables with sample data. Finally, the assignment demonstrates SQL querying, including examples of selecting data from multiple tables, using aggregate functions, and filtering results based on conditions. The assignment concludes with a bibliography of the resources used.
1 out of 13