From 15df014046c16d40ba571dc955e2a58a9ea9792f Mon Sep 17 00:00:00 2001 From: Mykhailo Date: Fri, 27 Dec 2024 20:47:46 +0200 Subject: [PATCH] Fix the drop command --- task.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task.sql b/task.sql index e901e0d..162219a 100644 --- a/task.sql +++ b/task.sql @@ -1,5 +1,5 @@ -- Drop the old database -CREATE DATABASE ShopDB; +DROP DATABASE ShopDB; -- Create database and tables