Guide
foundations-and-queries.md
Database I exercises covering DDL, DML, DQL, and relational query basics.
markdown
SQL Fundamentals
This topic collects Nicolas Pereira’s Database I work across schema definition, data manipulation, and querying.
Repository
- DataBase-Level1-SQL - Introductory SQL exercises.
Main Sections
- DDL - Table creation and alteration
- DML - Inserts and data manipulation
- DQL - Query practice across client, city, and dependent datasets
Representative Queries
- Create and alter tables
- Insert data during table creation
- Client and city join
- Total income by city
- Dependents per client
Technical Focus
- SQL syntax fundamentals
- CRUD-oriented exercises
- Relational querying
- First-step database coursework