Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
kirian-dev committed Mar 6, 2024
1 parent d2b96d4 commit aad9443
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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 idx_Email ON Customers (Email);

CREATE INDEX idx_Name ON Products (Name);

0 comments on commit aad9443

Please sign in to comment.