Minor formatting fix

This commit is contained in:
Nick Krichevsky 2019-08-27 00:17:02 -04:00
parent d3f3993612
commit 709e81ea3e

View file

@ -10,7 +10,6 @@ DROP SEQUENCE travelAgentID_seq;
DROP SEQUENCE reservationID_seq;
-- Part 2; Set up schema and insert data.
CREATE TABLE Customer(
customerID NUMBER,
firstName VARCHAR2(15),