You are on page 1of 2

Muaath Alaraj

Corey Johnson

CST 363 Final Project Description: Hotel Database Management System

Summary
The company of our choice is a small multi-story hotel. The hotel is looking for a database
system to keep track of customers, bookings, and invoicing. The database needs to be able to:
take reservations, check in/out customers, find available rooms. Room pricing needs to be
varied by room type and day of the week/holidays and should be calculated automatically to
give a total price for the stay. The hotel does not have room service and all other amenities are
included in the price (TV, WIFI, Phone).

We have normalized the database and broken down the tables to as many as needed. We plan
on adding a trigger to calculate the invoice total. The trigger will be initiated after update or
insert at checkout date. We might add a table for holidays to support the trigger if need be.

You might also like