This repository contains all the basic SQL queries.
- SQL technologies used:
- SQLite3
- MS SQL
- PostgreSQL
- Datasets: Datasets used in the database
- SQLite3: This file contains JupyterLab and
SQLite3connection settings and basic sql queries - Covid Analysis: Exploratory Covid-19 analysis with
SQLite3queries - SQL in 50 questions: This file contains 50 sample questions to better understand
SQLite3 - MS SQL Basic: This file contains the basic query structures of
Microsoft SQL - P-SQL Basic: This file contains the basic query structures of
PostgreSQL - P-SQL Intermediate: This file contains the intermediate query structures of
PostgreSQL - P-SQL Terminal Commands: This file contains the command query structures in
PostgreSQLin terminal - P-SQL in Python: This folder contains the operations to write
PostgreSQLqueries viaPython.