An open API service indexing awesome lists of open source software.

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

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