Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 503 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 503 Bytes

Thank you for getting to this point. This repository was created for a project to learn SQL. "The Complete SQL Bootcamp 2022: Go from Zero to Hero" from UDEMY. For this training the instructor provided a Dummy SQL DB with data related to a movie rental place.

Topics Covered

  • Concepts.
  • PostgreSQL and PgAdmin setup
  • SQL Statement Fundamentals
  • GROUP BY Statements
  • JOINS
  • Advanced SQL Commands
  • Creating Databases and Tables
  • Conditional Expresions and Procedures
  • PostgreSQL with Python