Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
p1tonidze committed Oct 10, 2024
1 parent d2b96d4 commit 24fddcc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions task.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 24fddcc

Please sign in to comment.