Fix comment formatting
parent
591978dd3c
commit
f598bb2bd4
|
@ -133,7 +133,7 @@ INSERT INTO Reservation VALUES (reservationID_seq.nextval, 11, 5, 9, '1-Feb-19')
|
|||
INSERT INTO Reservation VALUES (reservationID_seq.nextval, 7, 4, 8, '15-Mar-19');
|
||||
INSERT INTO Reservation VALUES (reservationID_seq.nextval, 14, 4, 3, '28-Feb-19');
|
||||
|
||||
-- Part 3; Queries;
|
||||
-- Part 3; Queries.
|
||||
-- 3a
|
||||
SELECT cruiseName, departurePort, shipName, price FROM Cruise;
|
||||
UPDATE Cruise SET price = ROUND(price * 1.15, 2) WHERE departurePort = 'Miami';
|
||||
|
|
Loading…
Reference in New Issue