I am taking a practice test for the Intro to Oracle exam. Why is the answer: Line 1
Evaluate this CREATE TABLE statement, which line of this statement will cause an error?
1. CREATE TABLE order (
2. id# NUMBER(9) CONSTRAINT PRIMARY KEY,
3. order$ NUMBER(9) CONSTRAINT NOT NULL,
4. date_1 DATE DEFAULT SYSDATE,
5. Column2 VARCHAR2(5),
6. "cust_id" NUMBER(9));
Evaluate this CREATE TABLE statement, which line of this statement will cause an error?
1. CREATE TABLE order (
2. id# NUMBER(9) CONSTRAINT PRIMARY KEY,
3. order$ NUMBER(9) CONSTRAINT NOT NULL,
4. date_1 DATE DEFAULT SYSDATE,
5. Column2 VARCHAR2(5),
6. "cust_id" NUMBER(9));