2026年湖南省数字技术应用能力(数字技术综合知识及实践)考前冲刺试题及答案二(4月10日)
2026/4/10
来源:易考吧
导语
2026年湖南省数字技术应用能力(数字技术综合知识及实践)考前冲刺试题及答案二,更多数字技术应用能力水平考试及模拟试题,请访问湖南易考吧职称评审考试网
2026年湖南省数字技术应用能力(数字技术综合知识及实践)考前冲刺试题及答案二
1). 数据库中有两个用户scott和myuser,工资表gz是属于myuser用户的,但当前用户是scott,要求查询工资表gz(wno,wname,wtype,wunit)工资单位wunit列为null的记录,取结果的前5条记录显示,以下SQL语句正确的是( )。
A.select* from scott.gz where wunit is null and rownum <5;
B.select* from myuser.gz where wumt is null and rownum<6;
C.select* from myuser.gz where wunit=null and rownum<5;
D.select* form scott.gz where wunit is null and rownum<6;
正确答案:B
1). 数据库中有两个用户scott和myuser,工资表gz是属于myuser用户的,但当前用户是scott,要求查询工资表gz(wno,wname,wtype,wunit)工资单位wunit列为null的记录,取结果的前5条记录显示,以下SQL语句正确的是( )。
A.select* from scott.gz where wunit is null and rownum <5;
B.select* from myuser.gz where wumt is null and rownum<6;
C.select* from myuser.gz where wunit=null and rownum<5;
D.select* form scott.gz where wunit is null and rownum<6;
正确答案:B