• 2022-10-29 问题

    下列表单标签属性名是( ) A: <from></from> B: <iframe></iframe> C: <body></body> D: <form></form>

    下列表单标签属性名是( ) A: <from></from> B: <iframe></iframe> C: <body></body> D: <form></form>

  • 2022-05-28 问题

    要求查询“student表中在1999年以后出生的学生信息”,以下SQL语句正确的是: A: select *from student; B: select *from studentwhere 生日 > 1999年; C: select *from studentwhere 生日 >= '1999-1-1' D: select *from studentwhere 生日 >= 1999-1-1;

    要求查询“student表中在1999年以后出生的学生信息”,以下SQL语句正确的是: A: select *from student; B: select *from studentwhere 生日 > 1999年; C: select *from studentwhere 生日 >= '1999-1-1' D: select *from studentwhere 生日 >= 1999-1-1;

  • 2022-07-24 问题

    查询STUDENT表中成绩大于90分的学号,正确的命令是 A: SELECT 学号 WHERE 成绩>90 B: SELECT 学号 FROM STUDENT SET 成绩>90 C: SELECT 学号 FROM STUDENT WHERE 成绩>90 D: SELECT 学号 FROM STUDENT FOR 成绩>90

    查询STUDENT表中成绩大于90分的学号,正确的命令是 A: SELECT 学号 WHERE 成绩>90 B: SELECT 学号 FROM STUDENT SET 成绩>90 C: SELECT 学号 FROM STUDENT WHERE 成绩>90 D: SELECT 学号 FROM STUDENT FOR 成绩>90

  • 2022-06-07 问题

    以下语句错误的是() A: LECT rank, AVG(salary) FROM people HAVING AVG(salary) > 1000 GROUP BY rank; B: SELECT rank, AVG(salary) FROM people GROUP BY rank HAVING AVG(salary) > 1000 C: SELECT rank, AVG(salary) FROM people HAVING AVG(salary) > 1000 GROUP BY rank; D: SELECT AVG(salary) FROM people GROUP BY rank HAVING AVG(salary) > 1000; E: SELECT rank, AVG(salary) FROM people GROUP BY rank WHERE AVG(salary) > 1000;

    以下语句错误的是() A: LECT rank, AVG(salary) FROM people HAVING AVG(salary) > 1000 GROUP BY rank; B: SELECT rank, AVG(salary) FROM people GROUP BY rank HAVING AVG(salary) > 1000 C: SELECT rank, AVG(salary) FROM people HAVING AVG(salary) > 1000 GROUP BY rank; D: SELECT AVG(salary) FROM people GROUP BY rank HAVING AVG(salary) > 1000; E: SELECT rank, AVG(salary) FROM people GROUP BY rank WHERE AVG(salary) > 1000;

  • 2022-05-29 问题

    以下( )语句可查询选修了三门以上成绩在80分以上课程的学生学号。 A: select sno from scwhere grade>80group by snohaving count(cno)>3 B: select sno from scwhere grade>80group by snohaving count(*)>3 C: select sno from scwhere grade>80 and count(*)>3group by sno D: select sno from scwhere grade>80group by snohaving count(sno)>3

    以下( )语句可查询选修了三门以上成绩在80分以上课程的学生学号。 A: select sno from scwhere grade>80group by snohaving count(cno)>3 B: select sno from scwhere grade>80group by snohaving count(*)>3 C: select sno from scwhere grade>80 and count(*)>3group by sno D: select sno from scwhere grade>80group by snohaving count(sno)>3

  • 2022-06-08 问题

    有订单表orders, ,包含用户信息userid, 产品信息productid,以下能够返回至少被订购过两次的productid的SQL语句是() A: select productid from orderswhere count(productid)>1; B: select productid from orderswhere max(productid)>1; C: select productid from orderswhere having count(productid)>1group by productid; D: select productid from ordersgroup by productidhaving count(productid)>1;

    有订单表orders, ,包含用户信息userid, 产品信息productid,以下能够返回至少被订购过两次的productid的SQL语句是() A: select productid from orderswhere count(productid)>1; B: select productid from orderswhere max(productid)>1; C: select productid from orderswhere having count(productid)>1group by productid; D: select productid from ordersgroup by productidhaving count(productid)>1;

  • 2022-06-19 问题

    如果要设置有序列表用阿拉伯数字编号,且起始编号为5,可以通过如下设置 A: <ol from="5"></ol> B: <ol start="5"></ol> C: <ul from="5"></ul> D: <ul from="5"></ul>

    如果要设置有序列表用阿拉伯数字编号,且起始编号为5,可以通过如下设置 A: <ol from="5"></ol> B: <ol start="5"></ol> C: <ul from="5"></ul> D: <ul from="5"></ul>

  • 2022-06-09 问题

    有一“学生”表,包含字段学号、姓名、高考总分。要求显示高考总分大于平均分的所有学生信息。对应的SQL语句为( )。 A: select * from 学生 where 高考总分>avg([高考总分]) B: select * from 学生 where 高考总分>(select avg([高考总分]) from 学生) C: select * from 学生 where 高考总分>(select avg([高考总分])) D: select * from 学生 where 高考总分>(select max([高考总分]) from 学生)

    有一“学生”表,包含字段学号、姓名、高考总分。要求显示高考总分大于平均分的所有学生信息。对应的SQL语句为( )。 A: select * from 学生 where 高考总分>avg([高考总分]) B: select * from 学生 where 高考总分>(select avg([高考总分]) from 学生) C: select * from 学生 where 高考总分>(select avg([高考总分])) D: select * from 学生 where 高考总分>(select max([高考总分]) from 学生)

  • 2022-06-08 问题

    执行下列语句后的显示结果是什么? >>> from math import sqrt >>> print sqrt(3)*sqrt(3) == 3 A: 3 B: True C: False D: sqrt(3)*sqrt(3) == 3

    执行下列语句后的显示结果是什么? >>> from math import sqrt >>> print sqrt(3)*sqrt(3) == 3 A: 3 B: True C: False D: sqrt(3)*sqrt(3) == 3

  • 2022-06-07 问题

    从“图书”表中查找出定价高于“图书号”为“031”的图书记录,正确的SQL命令是( ) A: SELECT * FROM 图书 WHERE 定价>"031" B: SELECT * FROM 图书 WHERE EXISTS 定价="031" C: SELECT * FROM 图书 WHERE 定价>(SELECT * FROM 商品 WHERE 图书号="031") D: SELECT * FROM 图书 WHERE 定价>(SELECT 定价 FROM 图书 WHERE 图书号="031")

    从“图书”表中查找出定价高于“图书号”为“031”的图书记录,正确的SQL命令是( ) A: SELECT * FROM 图书 WHERE 定价>"031" B: SELECT * FROM 图书 WHERE EXISTS 定价="031" C: SELECT * FROM 图书 WHERE 定价>(SELECT * FROM 商品 WHERE 图书号="031") D: SELECT * FROM 图书 WHERE 定价>(SELECT 定价 FROM 图书 WHERE 图书号="031")

  • 1 2 3 4 5 6 7 8 9 10