首页 试题详情
多选题

mySQl数据库创建数据表正确的有哪些?

Acreate table test1 (
field_name int comment ‘字段的注释‘
)comment=‘表的注释‘

Bcreate table test(
id int comment ‘用户id‘ )

Ccreate table test1 ( field_name int )

Dcreate table test1 ( field_name int,name varchar(8))

正确答案:A (备注:此答案有误)

相似试题

  • 多选题

    mySQl数据库创建数据表正确哪些

    答案解析

  • 单选题

    Sqoop查看MySQL中的某个数据库哪些数据表使用哪个命令?( )。-----------

    答案解析

  • 多选题

    MySQL中用DROP语句可删除数据库数据表,以下哪句是正确语法?( )

    答案解析

  • 单选题

    MySql数据库,查询数据表中的数据应该使用哪个关键字?

    答案解析

  • 单选题

    MySQL提供( )语句可查看数据表创建语句。

    答案解析

热门题库