下列创建表student的语句不正确的是( )
多项选择题
create table student(
学号char(10),姓名char(2) ,年龄
int(4))
create table student(
学号char(10),
姓名char(10),
年龄int)
create table student(
学号char(10)
姓名char(10)
年龄int)
以上都不能正确创建一个表
答案:A,C,D
【原题】:下列创建表student的语句不正确的是( )
多项选择题
create table student(
学号char(10),姓名char(2) ,年龄
int(4))
create table student(
学号char(10),
姓名char(10),
年龄int)
create table student(
学号char(10)
姓名char(10)
年龄int)
以上都不能正确创建一个表
【解析】:
200题为1关,请收藏当前位置,方便下次学习。
第1关
第2关
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
完整版《考试通关题库》请扫描下图二维码关注官方微信公众号,加入会员,即可打包下载!经广大会员朋友实战检验,使用本题库考试通过率大大提高!绝对是您考试通关的不二利器!
