若用如下SQL语句创建一个student表:create table student ( id char (4) not null,name char (8) not null,sex char (2),age smallint (2))可以插入到student表中的是( )。
若用如下SQL语句创建一个student表:create table student ( id char (4) not null,name char (8) not null,sex char (2),age smallint (2))可以插入到student表中的是( )。
发布时间:2025-06-03 02:07:57