Repository containing examples on core SQL concepts using MySQL and PostgreSQL clients
- SQL
- MySQL
- PostgreSQL
- Install MySQL on local machine
- Install PostgreSQL on local machine
- Install SQL Tools Visual Studio Code Extension -- To connect with the databases and executing commands directly from Visual Studio Code
- Each respective section demonstrates SQL examples which matches to the file name covering core concepts like DDL, DML, TCL, etc
Special Thanks to Instructor, online communities and official documentation which has done splendid job on explaining the concepts