Listing 2: Queries That Have the Same Execution Plan SELECT * FROM Orders WHERE CustomerID = 'VINET' SELECT * FROM Orders2 WHERE CustomerID = 'VINET'