This repository contains the solutions to a beginner-level database assignment. The focus is on creating and deleting databases using basic SQL commands.
- Understand how to create and manage databases in SQL.
- Learn how to use SQL commands to create and drop databases.
- Gain hands-on experience with basic SQL database management.
- Create a new database called
salesDB
. - Drop (delete) an existing database called
demo
.
- Open the
answers.sql
file in your SQL editor (e.g., MySQL Workbench, pgAdmin, DBeaver). - Run the queries one at a time.
- Make sure you have the necessary permissions to create or delete databases on your DBMS.
- SQL
- MySQL / PostgreSQL
- Git & GitHub for version control
This repository is intended for educational use.
- Augusto Mate
- GitHub
- mate.augusto.mz@gmail.com