Mastering SQL using Postgresql
Learn key SQL concepts such as how to create database objects, write effective queries and many more What you will learn Setup Postgres Database using Docker Connect to Postgres using different interfaces such as psql, SQL Workbench, Jupyter with SQL magic etc. Understand utilities to load the data Performing CRUD or DML Operations Writing basic …