- Understand how to create and manage databases in SQL.
- Learn how to use SQL commands to create and delete databases.
- Gain experience working with basic SQL commands for database management.
π» A computer with internet access and a database setup (e.g., MySQL, PostgreSQL, etc.).
π A text editor (e.g., Visual Studio Code, Sublime Text, or any SQL editor).
π Basic knowledge of SQL queries and database management.
π Write all your SQL queries in answers.sql file.
βοΈ Answer each question concisely and make sure your queries are clear and correct.
π£οΈ Structure your responses clearly, and use comments if necessary to explain your approach.
- Write an SQL query to create a new database called salesDB.
- Write an SQL query to drop (delete) the database called demo.
Good luck π