Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 842 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 842 Bytes

Sakila Database Practice Queries

Business Task

  • Created a MySQL script to highlight some of the MySQL querying skills I learned while studying Learning SQL Third Edition by Alan Beaulieu.
  • Set up a database and SQL editor to interact with the database, upload the schema, and dump tables.
  • Practiced several intermediate and advanced SQL skills, including querying multiple tables, conditional logic, views, common table expressions, and analytic functions.

Entity Relationship Diagram

MySQL Version: 8.0.31

Entity Relationship Diagram

image