Question:View the following Create statement: 1 Create table Pers 2 (EmpNo Number(4) not null, 3 EName Char not null, 4 Join_dt Date not null, 5 Pay Number) Which line contains an error?
A 1 B 2 C 3 D 4 E 5
+ AnswerE
+ Report