题目内容

是示当前库中的表名用()命令

A. desc tables
B. show databases
C. create tables
D. show tables

查看答案
更多问题

表中所有字段在定义时都不能为空

A. 对
B. 错

表中字段可以根据实际需要设置它的默认值

A. 对
B. 错

建立表之前,要先用use命令打开要使用的数据库

A. 对
B. 错

为已存在的表添加一个新列应使用()命令

A. alter table 表名add新列名 列定义
B. alter table 表名drop新列名 列定义
C. alter table 表名change新列名 列定义
D. alter table 表名modify新列名 列定义

答案查题题库