Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirian-dev committed Mar 6, 2024
1 parent aad9443 commit aade877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions task.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
USE ShopDB;

CREATE INDEX idx_Email ON Customers (Email);
CREATE INDEX Email ON Customers (Email);

CREATE INDEX idx_Name ON Products (Name);
CREATE INDEX Name ON Products (Name);

0 comments on commit aade877

Please sign in to comment.