create table student(
id int not null IDENTITY,
name varchar2(32) not null,
password varchar2(32) not null,
primary key(id)
);错误信息是:
create table student(
                    *
ERROR 位于第 1 行:
ORA-00922: 缺少或无效选项