Skip to content

Commit

Permalink
add product_whats going on
Browse files Browse the repository at this point in the history
  • Loading branch information
volry committed Jun 15, 2024
1 parent 397b10d commit 4e3c75f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ USE ShopDB;
CREATE INDEX Email ON Customers(Email);

-- it helps to faster find orders
CREATE INDEX idx_name ON Products(Name);
CREATE INDEX Products ON Products(Name);

0 comments on commit 4e3c75f

Please sign in to comment.