【多选题】
下列有关子查询的说法,正确的是___?
A. 子查询要包含在括号内
B. 不要在子查询中使用order by子句
C. 子查询放在比较条件的右侧
D. 单行子查询是指返回一列数据的子查询语句
查看试卷,进入试卷练习
微信扫一扫,开始刷题

答案
ABC
解析
暂无解析
相关试题
【多选题】
在Oracle,可用于提取日期时间类型特定部分(如年、月、日、时、分、秒)的函数有___
A. DATEPART
B. EXTRACT
C. TO_CHAR
D. TRUNC
【多选题】
下列查询姓张的学生的语句不正确的是?___
A. select * from 表名 where 姓名 = '%张%'
B. select * from 表名 where 姓名 like '张'
C. select * from 表名 where 姓名 like '张%'
D. select * from 表名 where 姓名 = '张'
【多选题】
关于游标说法正确的是___
A. 是从数据表中提取出来的数据
B. 以临时表的形式存放在内存中
C. 在游标中有一个数据指针
D. 在初始状态下指向的是首记录
E. 利用FETCH语句可以移动该指针
【多选题】
SQL*Plus的特点包括___。
A. 可以用它运行SQL查询和PL/SQL代码块并接受结果信息
B. 可以发布DBA命令并自动工作
C. 可以启动和关闭数据库
D. 一种创建数据库管理报告的便利方法
【多选题】
PL/SQL下定义package描述正确的是___。
A. 包的声明中必须按照类型、变量、异常、子程序、游标的定义顺序来声明内容,不允许将游标定义在类型的前面
B. 包的声明中定义的子程序在包体中必须有实现,但游标可以没有
C. 包体中的所有子程序定义不一定都必须是在包声明中定义过的
D. 包体中的所有内容都必须在包声明中定义,否则会被视为无效内容
【多选题】
关于通配符中的"%",以下说法正确的两项是___。
A. 代表任意一个字符,与Like结合使用
B. 代表任意多个字符,与Like结合使用
C. 代表任意一个字符,在Like后的表达式中只能使用一次"%"
D. 代表任意多个字符,在Like后的表达式中可以使用多次"%"
【多选题】
关于表的主键,说法正确的两项是___。
A. 主键字段的值最多允许有一条记录为Null
B. 主键字段的值可以重复
C. 主键字段的值不能为Null
D. 主键字段的值不能重复
【多选题】
以下关于归档日志的说法正确的是___。
A. ORACLE要将填满的在线日志文件组归档时,则要建立归档日志
B. 在操作系统或磁盘故障中可保证全部提交的事务可被恢复
C. 数据库可运行在两种不同方式下:非归档模式和归档模式
D. 数据库在ARCHIVELOG方式下使用时,不能进行在线日志的归档
【多选题】
下列说法正确的是___。
A. 在PLSQL自定义函数中如果包含UPDATE、DELETE、INSERT语句,不必在函数体内给出COMMIT
B. 自定义函数可以在SQL语句中调用、也可以在PLSQL块中调用
C. 自定义函数可以返回表类型
D. 自定义函数中的参数可以是OUT类型
【多选题】
查询数据库当前的归档状态可以使用___。
A. alter database archivelog
B. select log_mode from v$database
C. archive log list
D. select archiver from v$instance
【多选题】
___可以为 dept 1表增加 50-80 这 4 个部门编号。
A. declare I int :=50; begin for I in 50..80 loop if mod(I, 10)=0 THEN insert into dept1(deptno) values(I); end if; END LOOP; end
B. declare I int:50 begin while i<=80 loop insert into dept1(deptno) values(I); I:=I+10; end loop; end
C. declare I int :=50; begin for I in 50..80 loop if I mod 10=0 THEN insert into dept1(deptno) values(I) end if; END LOOP; end
D. declare I int:50 begin while i<80 loop insert into dept1(deptno) values(I); I:=I+10; end loop; end
【单选题】
___2、SS4改型电力机车零压保护装置主要由接在主变压器绕组,a6-x6两端的零压变压器281TC、电阻261R,整流装置290U,电容256C及零压保护时间继电器( D)组成。
A. 285KT
B. 186KT
C. 256KT
D. 286KT
【单选题】
___ 4.SS4改型电力机车上的两位置转换开关,主要用于实现机车( )间的转化。
A. 牵引同向前工况
B. 向后同制动工况
C. 前后工况和牵制工况
D. 制动工况于牵引工况
推荐试题
【填空题】
27.20世纪80年代末、90年代初,随着东欧剧变和苏联解体,持续近半个世纪的冷战格局被打破。 “___ ” 是当前乃至今后相当长时期内世界主要战略力量对比的总体态势和总体特征。
【单选题】
What is an example of social engineering?___
A. gaining access to a computer by observing the user login credentials
B. gaining access to a build through an unguarded entrance
C. gaining access to a server by using a USB stick
D. gaining access to a server room by posing as local IT
【单选题】
Which type of Layer 2 attack enables the attacker to intercept traffic that is intended for one specific recipient?___
A. BPDU attack
B. DHCP starvation I LAB
C. MAC address spoofing
D. CAM table overflow
【单选题】
Which about nested policy maps in a zone-based firewall is true ?___
A. They are limited to two leve ls in a hierarchical policy
B. Parent policies are previously defined policies that are defined by using the service policy command
C. A child policy is a new policy that uses a pre-existing policy.
D. A child policy is a new that uses a pre-existing policy
【单选题】
In which configuration do you configure the ip ospf authentication key 1 command?___
A. routing process
B. interface
C. privileged
D. global
【单选题】
Which statement about command authorization and security contexts is true?___
A. If command authorization is configured, it must be enabled on all contexts.
B. The change to command invokes a new context session with the credentials of the currently
C. AAA settings are applied on a per-context basis
D. The enable. 15 user ang admins with chang to permission ha e dfferent command authorization levels pertontext
【单选题】
Which command do you enter to enable authentication for OSPF on an interface?___
A. router(config-if)#ip ospf message-digest-key 1 md5 CIS COPASS
B. router(config-if)#ip ospf authentication message-digest
C. router(config-if)#ip ospf authentication-key CISCOPASS
D. router(config-if)#area 0 authentication message-digest
【单选题】
What feature defines a campus area network?___
A. It has a single geographic location
B. It lacks external connectivity.
C. It has a limited number of segments.
D. It has limited or restricted Internet access
【单选题】
Which type of attack most commonly involves a direct attack on a network?___
A. :phishing
B. Trojan horse
C. denial of service
D. social engineering