Skip to content

RafalsPortfolio/RestaurantDB-creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Restaurant data base requirements

  • Tables should contain a primary key, links to other tables, and several meaningful attributes (columns).
  • Tables and data should make logical sense and relate to a real business situation.

Results

image

How it was done

  • Database with 8 tables
  • Each table should have at least 5 records (rows), including two
  • Tables with at least 50 records and several meaningful constraints
  • Used primary and foreign key for IDs to not repeat the same date in order to save space, speed up operation and make the database easier to use
  • Created 3 views, 3 triggers, 3 procedures, 1 function, and 5 SQL queries that demonstrate the capabilities of the database
  • Used MSQL

About

Create database with PostgreSQL for restaurant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages