diff --git a/task.sql b/task.sql index 0c5b574..c146b3d 100644 --- a/task.sql +++ b/task.sql @@ -1,2 +1,5 @@ -# Write your SQL code for the database creation here. Good luck! -USE ShopDB; +USE ShopDB; + +CREATE INDEX Name ON Products(Name); + +CREATE INDEX Email ON Customers(Email); \ No newline at end of file