An open API service indexing awesome lists of open source software.

https://github.com/software-development-course-2025/database-design-with-sql-week-1-assignment

This repository contains solutions for a beginner-level SQL database assignment. It covers how to create and delete databases using standard SQL commands.
https://github.com/software-development-course-2025/database-design-with-sql-week-1-assignment

database-management databases mysql postgresql sql

Last synced: about 2 months ago
JSON representation

This repository contains solutions for a beginner-level SQL database assignment. It covers how to create and delete databases using standard SQL commands.

Awesome Lists containing this project

README

          

# Introduction to Databases

This repository contains the solutions to a beginner-level database assignment. The focus is on creating and deleting databases using basic SQL commands.

## Learning Objectives

- 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.

## Assignment Tasks

1. Create a new database called `salesDB`.
2. Drop (delete) an existing database called `demo`.

## How to Use

1. Open the `answers.sql` file in your SQL editor (e.g., MySQL Workbench, pgAdmin, DBeaver).
2. Run the queries one at a time.
3. Make sure you have the necessary permissions to create or delete databases on your DBMS.

## Technologies Used

- SQL
- MySQL / PostgreSQL
- Git & GitHub for version control

## License

This repository is intended for educational use.

## Author

- Augusto Mate
- [GitHub](https://github.com/augusto-mate)
- mate.augusto.mz@gmail.com