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.
- Host: GitHub
- URL: https://github.com/software-development-course-2025/database-design-with-sql-week-1-assignment
- Owner: software-development-course-2025
- License: mit
- Created: 2025-08-30T13:38:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T15:19:58.000Z (7 months ago)
- Last Synced: 2025-11-15T17:27:53.249Z (7 months ago)
- Topics: database-management, databases, mysql, postgresql, sql
- Homepage: https://github.com/software-development-course-2025/database-design-with-sql-week-1-assignment
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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