Minor formatting fix

master
Nick Krichevsky 2019-08-27 00:17:02 -04:00
parent d3f3993612
commit 709e81ea3e
1 changed files with 0 additions and 1 deletions

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),