APP下载
首页
>
财会金融
>
南京铁道职业技术学院
搜索
南京铁道职业技术学院
题目内容
(
单选题
)
52语句“SELECT * FROM tb(emp ORDER BY age DESC LIMIT 1,3;”执行后返回的记录是()

A、 按age排序为2、3、4的三条记录

B、 按age排序为1、2、3的三条记录

C、 按age排序为2、3、4、5的四条记录

D、 age排序第二的记录

答案:A

南京铁道职业技术学院
16.在使用AND关键字时,只要记录满足任意一个条件就会被查询出来
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-cd2c-c0d6-3f0ad517a300.html
点击查看题目
101.在MySQL中若要授予用户wang在db()customer表上拥有查询和插入权限,并允许其将该权限授予其他用户,下列语句正确的是()。
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a57-0d95-c0d6-3f0ad517a300.html
点击查看题目
63.下列关于视图的叙述中,正确的是()。
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-c263-c0d6-3f0ad517a300.html
点击查看题目
16.在MySQL数据库中,可以在服务器、数据库、表等级别上指定缺省字符集,而这些字符集的设定将作用于()
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-5f6d-c0d6-3f0ad517a300.html
点击查看题目
27.在MySQL中,数据表在创建以后,就不允许对表进行修改操作。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-ebf7-c0d6-3f0ad517a300.html
点击查看题目
30.下列关于AUTO(INCREMENT的描述中,不正确的是()
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-7cc8-c0d6-3f0ad517a300.html
点击查看题目
91.下面选项中,与“SELECT * FROM student where id not between 2 and 5;”等效的SQL是()
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-fa4d-c0d6-3f0ad517a300.html
点击查看题目
83.下面选项中,用于表示固定长度字符串的数据类型是()
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-ead2-c0d6-3f0ad517a300.html
点击查看题目
48.在删除数据表的同时,数据表中的数据也将被删除。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb01-3cc5-c0d6-3f0ad517a300.html
点击查看题目
75.以下关于存储过程的特点,描述错误的是()。
https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-daf2-c0d6-3f0ad517a300.html
点击查看题目
首页
>
财会金融
>
南京铁道职业技术学院
题目内容
(
单选题
)
手机预览
南京铁道职业技术学院

52语句“SELECT * FROM tb(emp ORDER BY age DESC LIMIT 1,3;”执行后返回的记录是()

A、 按age排序为2、3、4的三条记录

B、 按age排序为1、2、3的三条记录

C、 按age排序为2、3、4、5的四条记录

D、 age排序第二的记录

答案:A

南京铁道职业技术学院
相关题目
16.在使用AND关键字时,只要记录满足任意一个条件就会被查询出来

A. ND关键字时,只要记录满足任意一个条件就会被查询出来

https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-cd2c-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
点击查看答案
63.下列关于视图的叙述中,正确的是()。

A. 使用视图,能够屏蔽数据库的复杂性

B. 更新视图数据的方式与更新表中效据的方式相同

C. 视图上可以建立索引

D. 使用视图,能够提高数据更新的速度

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-c263-c0d6-3f0ad517a300.html
点击查看答案
16.在MySQL数据库中,可以在服务器、数据库、表等级别上指定缺省字符集,而这些字符集的设定将作用于()

A. 所有字段

B. CHAR、VARCHAR、TEXT等字符类型的字段

C. 所有数据库连接

D. 数值型字段

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-5f6d-c0d6-3f0ad517a300.html
点击查看答案
27.在MySQL中,数据表在创建以后,就不允许对表进行修改操作。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb00-ebf7-c0d6-3f0ad517a300.html
点击查看答案
30.下列关于AUTO(INCREMENT的描述中,不正确的是()

A. 一个表只能有一个AUTO_INCREMENT属性

B. 该属性必须定义为主键的一部分

C. 在默认情况下,AUTO_INCREMENT的开始值是1,每条新记录递增

D. 只有INT类型能够定义为AUTO_INCREMENT

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-7cc8-c0d6-3f0ad517a300.html
点击查看答案
91.下面选项中,与“SELECT * FROM student where id not between 2 and 5;”等效的SQL是()

A. SELECT * FROM student where id!=2,3,4,5;

B. SELECT * FROM student where id not between 5 and 2;

C. SELECT * FROM student where id not in (2,3,4,5);

D. SELECT * FROM student where id not in 2,3,4,5;

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-fa4d-c0d6-3f0ad517a300.html
点击查看答案
83.下面选项中,用于表示固定长度字符串的数据类型是()

A. CHAR

B. VARCHAR

C. BINARY

D. BOLB

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-ead2-c0d6-3f0ad517a300.html
点击查看答案
48.在删除数据表的同时,数据表中的数据也将被删除。
https://www.shititong.cn/cha-kan/shiti/0000b54b-eb01-3cc5-c0d6-3f0ad517a300.html
点击查看答案
75.以下关于存储过程的特点,描述错误的是()。

A. 由于存储过程对执行语句具有良好的封装性,所以当客户端从远程调用服务器端的存储过程时,会增加网络的负载

B. 存储过程可用流程控制语句编写,可进行复杂的判断和一些较复杂的运算

C. 存储过程执行性能高

D. 使用存储过程可以在一定程度上保证数据库的安全性

https://www.shititong.cn/cha-kan/shiti/0000bb55-2a56-daf2-c0d6-3f0ad517a300.html
点击查看答案
试题通小程序
试题通app下载