Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kolosovpetro/sql_course

Data Bases - SQL practice. For educational purposes
https://github.com/kolosovpetro/sql_course

sql sql-query tsql

Last synced: 4 days ago
JSON representation

Data Bases - SQL practice. For educational purposes

Awesome Lists containing this project

README

        

Practice on PostgreSQL Database
===============================

Contents
--------
1. **Selection**
* Lecture https://kolosovpetro.github.io/cs/data_bases/SQL01.pdf
* Exercises https://kolosovpetro.github.io/cs/data_bases/exercises/SQLExercise_01_Select.pdf
1. **Joins**
* Lecture https://kolosovpetro.github.io/cs/data_bases/SQL02.pdf
* Exercises https://kolosovpetro.github.io/cs/data_bases/exercises/SQLExercise_02_Joins.pdf
1. **Sets and Aggregate Functions**
* Lecture https://kolosovpetro.github.io/cs/data_bases/SQL03.pdf
* Exercises https://kolosovpetro.github.io/cs/data_bases/exercises/SQLExercise_03_SetsAggregate.pdf
1. **Subqueries**
* Lecture https://kolosovpetro.github.io/cs/data_bases/SQL04.pdf
* Exercises https://kolosovpetro.github.io/cs/data_bases/exercises/SQLExercise_04_Subqueries.pdf
1. **DML** (Data Manipulation Language) - Insert, Delete, Update
* Lecture https://kolosovpetro.github.io/cs/data_bases/SQL05.pdf
* Exercises https://kolosovpetro.github.io/cs/data_bases/exercises/SQLExercise_05_DML.pdf
1. **DDL** (Data Definition Language) - Creating tables
* Lecture https://kolosovpetro.github.io/cs/data_bases/SQL06.pdf
* Exercises https://kolosovpetro.github.io/cs/data_bases/exercises/SQLExercise_06_DDL.pdf
1. **Stored Procedures**
* Guide: https://www.postgresqltutorial.com/postgresql-stored-procedures/