• 2021-04-14
    用下面的 T-SQL 语句建立一个基本表:create table employee(eno char (4) not null, ename char(8) not null, esex char (2), age int) ;可以插入到表中的元组是 ( )。