APP下载
首页
>
财会金融
>
数据管理练习题库
搜索
数据管理练习题库
题目内容
(
多选题
)
如果一位老师的年纪是30岁,那么他可能会被下列那些语句筛选出来?

A、 select * from teacher where tage between 30 and 40

B、 select * from teacher where tage >= 30 and tage <= 40

C、 select * from teacher where tage in ('30','40')

D、 select * form teacher where tage > 30 and tage < 40

答案:ABC

数据管理练习题库
python的XGBoost算法包,学习率参数是以下哪个____
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce46-8a8f-c053-e18229af8a00.html
点击查看题目
下面____选项属于boosting算法?
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4a-8ecc-c053-e18229af8a00.html
点击查看题目
以下SQL语句正确的有____
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4a-a97b-c053-e18229af8a00.html
点击查看题目
数据是数据库中存储的基本对象。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4d-13a9-c053-e18229af8a00.html
点击查看题目
Python中,可以使用if作为变量名。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4b-d347-c053-e18229af8a00.html
点击查看题目
____是数据库中存储的基本对象。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce46-2ea7-c053-e18229af8a00.html
点击查看题目
常用的数据可视化方法有____图、____图、____图、____图等。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce49-9932-c053-e18229af8a00.html
点击查看题目
SQL仅去除字符串中最左侧的空格的函数是____
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce46-bf8c-c053-e18229af8a00.html
点击查看题目
SQL的UNION从查询结果集中自动去除了重复的行。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4b-f4c5-c053-e18229af8a00.html
点击查看题目
在SQL中,用户可以使用ORDER BY子句对查询结果按照一个或多个属性列的降序(DESC)排列。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4d-6132-c053-e18229af8a00.html
点击查看题目
首页
>
财会金融
>
数据管理练习题库
题目内容
(
多选题
)
手机预览
数据管理练习题库

如果一位老师的年纪是30岁,那么他可能会被下列那些语句筛选出来?

A、 select * from teacher where tage between 30 and 40

B、 select * from teacher where tage >= 30 and tage <= 40

C、 select * from teacher where tage in ('30','40')

D、 select * form teacher where tage > 30 and tage < 40

答案:ABC

分享
数据管理练习题库
相关题目
python的XGBoost算法包,学习率参数是以下哪个____

A. learning_rate

B. l_rate

C. learning_r

D. l_r

https://www.shititong.cn/cha-kan/shiti/0018ca35-ce46-8a8f-c053-e18229af8a00.html
点击查看答案
下面____选项属于boosting算法?

A. GBDT

B. XGBoost

C. LightGBM

D. Random Forest

https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4a-8ecc-c053-e18229af8a00.html
点击查看答案
以下SQL语句正确的有____

A. SELECT cust_id FROM Orders WHERE order_num IN (SELECT cust_id FROM OrderItems WHERE prod_id = 'RGAN01');

B. SELECT cust_id FROM Orders WHERE order_num IN (SELECT order_num FROM OrderItems WHERE prod_id = 'RGAN01');

C. SELECT * FROM Orders WHERE cust_id IN (SELECT cust_id FROM OrderItems WHERE prod_id = 'RGAN01');

D. SELECT * FROM Orders WHERE cust_id IN (SELECT order_num FROM OrderItems WHERE prod_id = 'RGAN01');

https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4a-a97b-c053-e18229af8a00.html
点击查看答案
数据是数据库中存储的基本对象。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4d-13a9-c053-e18229af8a00.html
点击查看答案
Python中,可以使用if作为变量名。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4b-d347-c053-e18229af8a00.html
点击查看答案
____是数据库中存储的基本对象。

A. 数据

B. 表

C. 数值

D. 文本

https://www.shititong.cn/cha-kan/shiti/0018ca35-ce46-2ea7-c053-e18229af8a00.html
点击查看答案
常用的数据可视化方法有____图、____图、____图、____图等。

A. 概率密度图

B. 箱形图

C. 饼图

D. 散点图

https://www.shititong.cn/cha-kan/shiti/0018ca35-ce49-9932-c053-e18229af8a00.html
点击查看答案
SQL仅去除字符串中最左侧的空格的函数是____

A. RTRIM(str)

B. LTRIM(str)

C. TRIM(str)

D. 以上都可以

https://www.shititong.cn/cha-kan/shiti/0018ca35-ce46-bf8c-c053-e18229af8a00.html
点击查看答案
SQL的UNION从查询结果集中自动去除了重复的行。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4b-f4c5-c053-e18229af8a00.html
点击查看答案
在SQL中,用户可以使用ORDER BY子句对查询结果按照一个或多个属性列的降序(DESC)排列。
https://www.shititong.cn/cha-kan/shiti/0018ca35-ce4d-6132-c053-e18229af8a00.html
点击查看答案
试题通小程序
试题通app下载