数据库的问题

createtablestudentinfo(student_idnchar(10)null,student_namenchar(10)null,student_sexn... create table studentinfo
(student_id nchar(10) null,
student_name nchar(10) null,
student_sex nchar(10) null,
student_bir datetime null,
student_class_no nchar(10) null,
student_tel nchar(11) null,
student_rdata datetime null,
address nchar(200) null,
memment nchar(1000) null,
photo image null,
constraint pk_studentinfo primary key clustered
(
student_id asc
)with(pad_index =off,statistics_norecompute =off,ignore_dup_key=off,
allow_row_locks =on,allow_page_locks =on)on primary
)on primary textimage_on primary
go
哪里有错,帮忙解决下
展开
 我来答
leiniao_19
2011-12-12 · TA获得超过176个赞
知道小有建树答主
回答量:155
采纳率:0%
帮助的人:171万
展开全部
create table studentinfo
(
student_id nchar(10) not null,
student_name nchar(10) null,
student_sex nchar(10) null,
student_bir datetime null,
student_class_no nchar(10) null,
student_tel nchar(11) null,
student_rdata datetime null,
address nchar(200) null,
memment nchar(1000) null,
photo image null,
constraint pk_studentinfo primary key clustered
(
student_id asc
)with(pad_index =off,statistics_norecompute =off,ignore_dup_key=off,allow_row_locks =on,allow_page_locks =on)on [PRIMARY]
)on [PRIMARY] textimage_on [PRIMARY]
go
第一:student_id 是主键,必须为 not null
第二:那三个on primary的primary外面必须加上中括号;以形成 [PRIMARY] 的形式
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式