This repository contains practical SQL exercises developed as part of my studies in Analysis and Systems Development (ADS).
The project focuses on fundamental database operations and data management techniques commonly used in software development and database administration.
- INSERT
- UPDATE
- DELETE
- ALTER TABLE
- CREATE TABLE
- Data Migration
- Data Cleaning
- Schema Evolution
- Database Maintenance
sql-data-manipulation-project
│
├── datasets
│ ├── Tabela_fornecedores.csv
│ ├── Tabela_medicamentos.csv
│ ├── Tabela_lotes_estoque.csv
│ ├── Tabela_promocoes_temporarias.csv
│ ├── Tabela_podcasts.csv
│ ├── Tabela_episodios.csv
│ ├── Tabela_inscricoes.csv
│ └── Tabela_recomendacoes_temporarias.csv
│
├── sql_data_manipulation_project.ipynb
│
└── README.md
- SQL
- Deepnote
- Relational Databases
- CSV Datasets
- Insert records
- Update records
- Delete records
- Conditional filtering
- Create tables
- Alter tables
- Drop tables
- Schema modifications
- Historical data cleanup
- Data migration
- Record archiving
- Table restructuring
This project was developed to strengthen practical SQL skills and improve understanding of relational database management.
The exercises simulate real-world database administration and maintenance scenarios frequently encountered in software development projects.
Giovanna de Oliveira
Analysis and Systems Development
Completed