Skip to content

Commit

Permalink
sql script ready & tested
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorVolkov committed May 22, 2024
1 parent d2b96d4 commit 8595cd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 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;

CREATE INDEX email ON Customers (Email);
CREATE INDEX name ON Products (Name);

0 comments on commit 8595cd7

Please sign in to comment.