Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zhidkov committed Aug 4, 2024
1 parent ad80937 commit 1ef7d6d
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,3 +1,3 @@
USE ShopDB;
CREATE INDEX idx_email on Customers (Email);
CREATE INDEX idx_name on Products (Name);
CREATE INDEX Email on Customers (Email);
CREATE INDEX Name on Products (Name);

0 comments on commit 1ef7d6d

Please sign in to comment.