From 2a0c3aba115e7c4e3e602ba887271e0bd258c454 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Sun, 24 May 2026 13:51:27 +0300 Subject: [PATCH] Solution --- task.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/task.sql b/task.sql index 0c5b574..274339a 100644 --- a/task.sql +++ b/task.sql @@ -1,2 +1,4 @@ # Write your SQL code for the database creation here. Good luck! USE ShopDB; +CREATE INDEX Email ON Customers(Email); +CREATE INDEX Name ON Products(Name);