Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
vrudkovsky committed Nov 21, 2024
1 parent d2b96d4 commit cf84cda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion task.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Write your SQL code for the database creation here. Good luck!
USE ShopDB;
USE ShopDB;

CREATE INDEX Email ON Customers (Email);

CREATE INDEX Name ON Products (Name);

0 comments on commit cf84cda

Please sign in to comment.