https://github.com/cnocon/sql-course
The Complete SQL Bootcamp Notes & Code
https://github.com/cnocon/sql-course
Last synced: 4 months ago
JSON representation
The Complete SQL Bootcamp Notes & Code
- Host: GitHub
- URL: https://github.com/cnocon/sql-course
- Owner: cnocon
- Created: 2018-09-09T17:08:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T18:47:20.000Z (almost 8 years ago)
- Last Synced: 2025-03-03T04:15:19.532Z (over 1 year ago)
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [The Complete SQL Bootcamp](https://www.udemy.com/the-complete-sql-bootcamp/)
Database platform: PostgresSQL
SQL: Structured Query Language
Select column names from table
from table
then function names/clauses
Some commands are specific to PostgresSQL Db. He'll let us know what those are.
PG Admin is a GUI for you to connect to a DB & write SQL.
PostgresSQL is the actual SQL engine that PG Admin is running.
stopped at SELECT STATEMENT https://www.udemy.com/the-complete-sql-bootcamp/learn/v4/t/lecture/4675242?start=0