Design Unit 1 Project
Design Unit 1 Project
Guests Table:
GuestID (key attribute)
FN (simple)
LN (simple)
Phone Number (multi value)
Email (multi value)
CheckInDate (composite)
Rooms Table:
RoomNumber (key attribute)
RoomType (simple)
PricePerNight (simple)
AvailabilityStatus (simple)
Capacity (simple)
FloorNumber (simple)
Creation of database:
Creation of tables:
Inserting data:
Running select commands:
Command 1:
Command 2:
Command 3:
Command 4:
Tables: