Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1013,4 +1013,4 @@ insert into Orders (CustomerID, OrderDate, ProductID, Quantity) values (1000, '2

-- Write query to create the index that you will create to optimize a query like
-- SELECT * FROM Orders WHERE CustomerID = {abc} AND OrderDate > '{abc}';

CREATE INDEX idx_orders_customerid ON Orders(CustomerID);