Skip to content

Commit

Permalink
index names corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
vladis9 committed Feb 14, 2024
1 parent 2592f47 commit cfca6c5
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,4 +1,4 @@
USE ShopDB;

CREATE INDEX index_email ON Customers (Email);
CREATE INDEX index_products_name ON Products (Name);
CREATE INDEX Email ON Customers (Email);
CREATE INDEX Name ON Products (Name);

0 comments on commit cfca6c5

Please sign in to comment.