Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Script1988 committed Feb 16, 2024
1 parent d2b96d4 commit ddcd9cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
venv
7 changes: 5 additions & 2 deletions task.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Write your SQL code for the database creation here. Good luck!
USE ShopDB;
USE ShopDB;

CREATE INDEX idx_product_name ON Products (Name);

CREATE INDEX idx_customer_email ON Customers (Email);

0 comments on commit ddcd9cc

Please sign in to comment.