Skip to content

software-development-course-2025/database-design-with-sql-week-1-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published