Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
/ hotel-booking Public archive

Database Design for a Hotel Booking Service

Notifications You must be signed in to change notification settings

vaddya/hotel-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Design for a Hotel Booking Service

  1. Database structure development lab1
  2. SQL DDL (Data Definition Language) lab2
  3. Test data generator (Java CLI) lab3
  4. SQL DML (Data Manipulation Language) lab4
  5. Stored procedures lab5
  6. Triggers and procedure calls lab6