Skip to content

Commit

Permalink
Add index
Browse files Browse the repository at this point in the history
  • Loading branch information
ILyakhova committed Apr 9, 2024
1 parent 10e1155 commit 752f463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions task.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ CREATE INDEX idx_Customers_Email ON Customers (Email);
CREATE INDEX idx_Products_Name ON Products (Name);

CREATE INDEX idx_Orders_Date ON Orders (Date);

CREATE INDEX idx_OrderItems_ProductID ON OrderItems (ProductID);

0 comments on commit 752f463

Please sign in to comment.