APP下载
首页
>
财会金融
>
南京铁道职业技术学院
搜索
南京铁道职业技术学院
题目内容
(
单选题
)
2.在使用INSERT INTO插入记录时,对于AUTO(INCREMENT列,若需要使其值自动增长,则不能为其指定任何有效的取值。那么,下面填充方式中错误的是()

A、 填充NULL值

B、 不显式地填充值

C、 填充数字0

D、 填充数字1

答案:D

南京铁道职业技术学院
48以下关于PRIMARY KEY和UNIQUE的描述中,错误的是().
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-a16e-c0d6-3f0ad517a300.html
点击查看题目
5.使用ORDER BY 实现排序时,只能对一个字段进行排序,不能同时对多个字段进行排序。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-ac9e-c0d6-3f0ad517a300.html
点击查看题目
101.在MySQL中若要授予用户wang在db()customer表上拥有查询和插入权限,并允许其将该权限授予其他用户,下列语句正确的是()。
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a57-0d95-c0d6-3f0ad517a300.html
点击查看题目
1.更新视图有多种方式,并且所有情况下都能执行视图的更新操作。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-7f13-c0d6-3f0ad517a300.html
点击查看题目
44要将员工表tb(emp中的年龄字段age更名为出生年份birth,下列语句中正确的是()
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-9a1f-c0d6-3f0ad517a300.html
点击查看题目
58.使用SELECT * INTO OUIFILE语句备份数据库时,导出的是()。
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-b627-c0d6-3f0ad517a300.html
点击查看题目
100.当MySQL中的数据库出现故障后,可以使用最新的数据库备份文件恢复数据库,若要最大可能地恢复数据库,还应使用()
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a57-0b75-c0d6-3f0ad517a300.html
点击查看题目
11.修改用户登录口令的命令是()
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-5539-c0d6-3f0ad517a300.html
点击查看题目
30.表中某些字段的数据存在重复的值时,可用DISTINCT来消除重复记录并显示出来。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-f421-c0d6-3f0ad517a300.html
点击查看题目
23.在进行左外连接时,如果左表的某条记录在右表中不存在,则在右表中显示为空。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-e057-c0d6-3f0ad517a300.html
点击查看题目
首页
>
财会金融
>
南京铁道职业技术学院
题目内容
(
单选题
)
手机预览
南京铁道职业技术学院

2.在使用INSERT INTO插入记录时,对于AUTO(INCREMENT列,若需要使其值自动增长,则不能为其指定任何有效的取值。那么,下面填充方式中错误的是()

A、 填充NULL值

B、 不显式地填充值

C、 填充数字0

D、 填充数字1

答案:D

南京铁道职业技术学院
相关题目
48以下关于PRIMARY KEY和UNIQUE的描述中,错误的是().

A. UNIQUE约束只能定义在表的单个列上

B. 一个表上可以定义多个UNIQUE, 只能定义一个PRIMARY KEY

C. 在空值列上允许定义UNIQUE,不能定义PREMARY KEY

D. PRIMARY KEY和UNIQUE都可以约束属性值的唯一性

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-a16e-c0d6-3f0ad517a300.html
点击查看答案
5.使用ORDER BY 实现排序时,只能对一个字段进行排序,不能同时对多个字段进行排序。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-ac9e-c0d6-3f0ad517a300.html
点击查看答案
101.在MySQL中若要授予用户wang在db()customer表上拥有查询和插入权限,并允许其将该权限授予其他用户,下列语句正确的是()。

A. GRANT SELECT, INSERT ON dbⱣⱤtest. tbⱣⱤcustomer TO ‘wang' @’localhost’ WITH GRANT OPTION;

B. GRANT SELECT, INSERT ON dbⱣⱤtest. tbⱣⱤcustomer TO ‘wang' @’localhost’;

C. GRANT SELECT ON dbⱣⱤtest. tbⱣⱤcustomer TO ‘wang' @’localhost’ WITH GRANT OPTION;

D. GRANT SELECT, INSERT ON dbⱣⱤtest. tbⱣⱤcustomer TO ‘wang' @’localhost’ WITH CHECK OPTION;

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a57-0d95-c0d6-3f0ad517a300.html
点击查看答案
1.更新视图有多种方式,并且所有情况下都能执行视图的更新操作。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-7f13-c0d6-3f0ad517a300.html
点击查看答案
44要将员工表tb(emp中的年龄字段age更名为出生年份birth,下列语句中正确的是()

A. ALTER TABLE tbⱣⱤemp CHANGE COLUMN age birth YEAR(4);

B. ALTER TABLE tbⱣⱤemp ADD COLUMN birth YEAR(4);

C. ALTER TABLE tbⱣⱤemp ALTER COLUMN age birth YEAR(4);

D. ALTER TABLE tbⱣⱤemp MODIFY COLUMN age birth YEAR(4);

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-9a1f-c0d6-3f0ad517a300.html
点击查看答案
58.使用SELECT * INTO OUIFILE语句备份数据库时,导出的是()。

A. 数据表中的数据

B. 数据表的结构

C. 数据表的结构和数据

D. 整个数据库

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-b627-c0d6-3f0ad517a300.html
点击查看答案
100.当MySQL中的数据库出现故障后,可以使用最新的数据库备份文件恢复数据库,若要最大可能地恢复数据库,还应使用()

A. 二进制日志文件

B. 数据库备份文件

C. 数据库数据文件

D. 数据库表文件

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a57-0b75-c0d6-3f0ad517a300.html
点击查看答案
11.修改用户登录口令的命令是()

A. SET PASSWORD

B. UPDATE PASSWORD

C. CHANGE PASSWORD

D. MODIFY PASSWORD

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-5539-c0d6-3f0ad517a300.html
点击查看答案
30.表中某些字段的数据存在重复的值时,可用DISTINCT来消除重复记录并显示出来。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-f421-c0d6-3f0ad517a300.html
点击查看答案
23.在进行左外连接时,如果左表的某条记录在右表中不存在,则在右表中显示为空。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-e057-c0d6-3f0ad517a300.html
点击查看答案
试题通小程序
试题通app下载