Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.07 KB

SpringBoot JPA Hibernate

SQL

Repository containing examples on core SQL concepts using MySQL and PostgreSQL clients

Tech Stack

  1. SQL
  2. MySQL
  3. PostgreSQL

Pre-Requisite

  1. Install MySQL on local machine
  2. Install PostgreSQL on local machine
  3. Install SQL Tools Visual Studio Code Extension -- To connect with the databases and executing commands directly from Visual Studio Code

Contents

  • Each respective section demonstrates SQL examples which matches to the file name covering core concepts like DDL, DML, TCL, etc

Special Thanks

Special Thanks to Instructor, online communities and official documentation which has done splendid job on explaining the concepts