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

https://github.com/batanoffs/mysql-softuni

This repo contains exsercises during the SQL course at SoftUni
https://github.com/batanoffs/mysql-softuni

database mysql mysql-workbench relational-databases sql

Last synced: about 1 month ago
JSON representation

This repo contains exsercises during the SQL course at SoftUni

Awesome Lists containing this project

README

          

This repo holds solved problems for MySQL Softuni course. Topics covered during learning:
- Introduction to Databases. Data Definition and Datatypes
- Basic CRUD, intro to SQL
- Built-in functions
- Data aggregation
- Table Relations
- Subqueries and JOINs
- Functions, Triggers, Transactions