1创建一个表 表名为s+学号 字段包括 学号 姓名 性别 年龄 生日 宿舍地址 其中 学号为主键 姓名不能为空 2插
展开全部
表名为s+学号 字段包括散或猜 学号 姓名 性别 年龄 生冲型日 宿团兆舍地址 其中 学号为主键 姓名不能为空
建表的sql语句基本是这样:
mysql语法:
create table S_StudentId(
Std_id char(10) not null primary key,
Std_name char(20) not null,
Std_sex char(1) ,
Std_age integer(10),
Std_birth char(10) ,
Std_add char(100)
)
;
sql语法:
create table S_StudentId(
Std_id char(10) not null primary key,
Std_name char(20) not null,
Std_sex char(1) ,
Std_age integer,
Std_birth char(10) ,
Std_add char(100)
)
go
建表的sql语句基本是这样:
mysql语法:
create table S_StudentId(
Std_id char(10) not null primary key,
Std_name char(20) not null,
Std_sex char(1) ,
Std_age integer(10),
Std_birth char(10) ,
Std_add char(100)
)
;
sql语法:
create table S_StudentId(
Std_id char(10) not null primary key,
Std_name char(20) not null,
Std_sex char(1) ,
Std_age integer,
Std_birth char(10) ,
Std_add char(100)
)
go
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询