Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kolosovpetro/rental-sql-database

Rental Store SQL Database and queries
https://github.com/kolosovpetro/rental-sql-database

mssql sql sql-server

Last synced: 21 days ago
JSON representation

Rental Store SQL Database and queries

Awesome Lists containing this project

README

        

# Rental Store SQL

## Contents

### Rental Database
- Source: https://github.com/kolosovpetro/Complete-CodeFirst-Approach

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

## Db Schemas

### Rental Schema
![DbSchema2](/rental_schema.JPG)