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
- Host: GitHub
- URL: https://github.com/batanoffs/mysql-softuni
- Owner: batanoffs
- Created: 2024-09-14T10:32:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T14:50:02.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:17:24.377Z (over 1 year ago)
- Topics: database, mysql, mysql-workbench, relational-databases, sql
- Homepage:
- Size: 9.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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