Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kolosovpetro/sql_course
- Owner: kolosovpetro
- Created: 2019-10-17T08:50:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T00:38:05.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T17:44:32.950Z (2 months ago)
- Topics: sql, sql-query, tsql
- Language: TSQL
- Homepage:
- Size: 1.53 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/