https://github.com/fulanii/complete-sql-bootcamp-2022
PostgreSQL course from Udemy to learn SQL.
https://github.com/fulanii/complete-sql-bootcamp-2022
postgresql sql udemy-course
Last synced: about 2 months ago
JSON representation
PostgreSQL course from Udemy to learn SQL.
- Host: GitHub
- URL: https://github.com/fulanii/complete-sql-bootcamp-2022
- Owner: fulanii
- Created: 2022-11-03T21:05:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T09:19:57.000Z (6 months ago)
- Last Synced: 2025-01-07T16:15:48.789Z (4 months ago)
- Topics: postgresql, sql, udemy-course
- Language: HTML
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [The Complete SQL Bootcamp 2022: Go from Zero to Hero](https://www.udemy.com/course/the-complete-sql-bootcamp/)
# Course sections
- [SQL Statements](SQL-Statements)
- [Group by Statements](GROUP-By-Statements)
- [Joins](Joins)
- [Advanced SQL Commands](Advanced-SQL-Commands)
- [Creating Dbs and Tables](Creating-DB-Tables)
- [Conditional Expressions Procedures](Conditional-Expressions-Procedures)
- [PostgreSQL - Python](PostgreSQL-Python)# What i learned in this course
- Get started with PostgreSQL and PgAdmin: (two of the world's most popular SQL tools)- Learn basics of SQL syntax
- Analyzing data using aggregate functions with GROUP BY commands
- Running advanced queries with string operations and comparison operations
- Learn to use logical operators to add logic flow to your SQL queries
- Learn common SQL JOIN commands
- Learn to create tables and databases with constraints on data entries
- Learn to use Python to further advanced your SQL skills and much, much more!
---