I have the following tables:
CREATE TABLE Ticket( TicketID INT NOT NULL, TicketPrice DECIMAL, OrderID INT NOT NULL, ShowID INT NOT NULL, P