You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains SQL queries and database normalization tasks using the World database in MySQL. Topics covered: - Basic SQL filtering and sorting - Aggregate functions (SUM, AVG, COUNT…) - Joins (INNER, LEFT) - Subqueries (ANY, ALL, EXISTS) - Views and Indexes - Normalization up to 3NF
SQL assignments and exercises using the World database (MySQL).
Topics Covered
Basic SQL filtering and sorting
Aggregate functions (SUM, AVG, COUNT…)
Joins (INNER, LEFT)
Subqueries (ANY, ALL, EXISTS)
Views and Indexes
Normalization up to 3NF
About
This repository contains SQL queries and database normalization tasks using the World database in MySQL. Topics covered: - Basic SQL filtering and sorting - Aggregate functions (SUM, AVG, COUNT…) - Joins (INNER, LEFT) - Subqueries (ANY, ALL, EXISTS) - Views and Indexes - Normalization up to 3NF