Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.07 KB

Thai Restaurant SQL Project

SQL Database Final Project as part of the Code First Girls SQL Course

Project Requirements:

  • Create relational DB of your choice with minimum 5 tables
  • Set Primary and Foreign Key constraints to create relations between the tables
  • Using any type of the joins create a view that combines multiple tables in a logical way
  • In your database, create a stored function that can be applied to a query in your DB
  • Prepare an example query with a subquery to demonstrate how to extract data from your DB for analysis
  • Create DB diagram where all table relations are shown
  • In your database, create a trigger and demonstrate how it runs
  • Prepare and demonstrate a query that uses the view to produce a logically arranged result set for analysis.
  • Prepare an example query with group by and having to demonstrate how to extract data from your DB for analysis
Screenshot 2023-05-19 at 9 21 50 PM