【多选题】
下俩属于Oracle数据类型的有___?
A. 字符类型
B. 日期时间类型
C. LOB类型
D. ROWID类型
查看试卷,进入试卷练习
微信扫一扫,开始刷题
答案
ABCD
解析
暂无解析
相关试题
【多选题】
程序包由哪几部分组成___?
A. 规范
B. 包主体
C. 声明部分
D. 执行过程部分
【多选题】
以下属于物理存储结构的是___。
A. 数据文件
B. 控制文件
C. 用户文件
D. 日志文件
【多选题】
在Oracle,可用于提取日期时间类型特定部分(如年、月、日、时、分、秒)的函数有___
A. DATEPART
B. EXTRACT
C. TO_CHAR
D. TRUNC
【多选题】
在Oracle中,游标都具有下列属性的是___。
A. %NOTFOUND
B. %FOUND
C. %ROWTYPE
D. %ISOPEN
E. %ROWCOUNT
【多选题】
下列查询姓张的学生的语句不正确的是?___
A. select * from 表名 where 姓名 = '%张%'
B. select * from 表名 where 姓名 like '张'
C. select * from 表名 where 姓名 like '张%'
D. select * from 表名 where 姓名 = '张'
【多选题】
PL/SQL中游标操作包括___
A. 声明游标
B. 打开游标
C. 提取游标
D. 关闭游标
【多选题】
关于游标说法正确的是___
A. 是从数据表中提取出来的数据
B. 以临时表的形式存放在内存中
C. 在游标中有一个数据指针
D. 在初始状态下指向的是首记录
E. 利用FETCH语句可以移动该指针
【多选题】
Oracle内存结构可以分为___。
A. 备份区
B. 程序全局区
C. 系统全局区
D. 还原区
E. 调度区
【多选题】
ORACLE系统异常分为以下___。
A. 抛出异常
B. 预定义异常
C. 处理异常
D. 自定义异常
【多选题】
数据库是为了满足管理___的共享数据的需要而产生的。
A. 大量的
B. 持久的
C. 多元化的
D. 少量的
【多选题】
SQL*Plus的特点包括___。
A. 可以用它运行SQL查询和PL/SQL代码块并接受结果信息
B. 可以发布DBA命令并自动工作
C. 可以启动和关闭数据库
D. 一种创建数据库管理报告的便利方法
【多选题】
一个事务的必备属性有___。
A. 原子性
B. 隔离性
C. 一致性
D. 持久性
【多选题】
下列哪些标识符是Oracle合法的标识符?___
A. %emp
B. My'Tbl
C. Demp
D. My_Tri
【多选题】
Oracle中的三种系统文件分别是___
A. 数据文件DBF
B. 控制文件CTL
C. 日志文件LOG
D. 归档文件ARC
【多选题】
以下数据库类型中,属于特殊数据类型的是___
A. %TYPE类型
B. 布尔类型
C. %ROWTYPE类型
D. RECORD类型
【多选题】
Oracle 的数据操作包括___。
A. 数据查询操作
B. 数据更新操作
C. 数据删除操作
D. 数据插入操作
【多选题】
以下属于Oracle管理的是___。
A. OEM
B. SQL*PLUS工具
C. SQL
D. eveloper工具
【多选题】
PL/SQL下定义package描述正确的是___。
A. 包的声明中必须按照类型、变量、异常、子程序、游标的定义顺序来声明内容,不允许将游标定义在类型的前面
B. 包的声明中定义的子程序在包体中必须有实现,但游标可以没有
C. 包体中的所有子程序定义不一定都必须是在包声明中定义过的
D. 包体中的所有内容都必须在包声明中定义,否则会被视为无效内容
【多选题】
Oracle内存结构可以分为___。
A. 备份区
B. 程序全局区
C. 系统全局区
D. 还原区
【多选题】
数据字典存储以下哪些项?___。
A. 表和视图
B. 用户
C. 存储过程和函数
D. 权限
【多选题】
在下面有关子查询ANY运算符的描述中,哪些项是正确的?___
A. any 表示小于最小值
B. any表示小于最大值
C. >any表示大于最小值
D. 都不对
【多选题】
请选择以下那几项是oracle客户端的链接工具:___。
A. IE浏览器
B. SQL*PLUS
C. PLSQL
D. eveloper
【多选题】
关于通配符中的"%",以下说法正确的两项是___。
A. 代表任意一个字符,与Like结合使用
B. 代表任意多个字符,与Like结合使用
C. 代表任意一个字符,在Like后的表达式中只能使用一次"%"
D. 代表任意多个字符,在Like后的表达式中可以使用多次"%"
【多选题】
关于表的主键,说法正确的两项是___。
A. 主键字段的值最多允许有一条记录为Null
B. 主键字段的值可以重复
C. 主键字段的值不能为Null
D. 主键字段的值不能重复
【多选题】
对于Oracle数据库软件的应用,主要分为哪两大块___。
A. 开发
B. 管理
C. 安装
D. 调试
【多选题】
以下关于归档日志的说法正确的是___。
A. ORACLE要将填满的在线日志文件组归档时,则要建立归档日志
B. 在操作系统或磁盘故障中可保证全部提交的事务可被恢复
C. 数据库可运行在两种不同方式下:非归档模式和归档模式
D. 数据库在ARCHIVELOG方式下使用时,不能进行在线日志的归档
【多选题】
Oracle主要运算的类型有___。
A. 算术运算符
B. 关系运算符
C. 逻辑运算符
D. 引用运算符
【多选题】
下列说法正确的是___。
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
【单选题】
鸦片战争以后,中国社会的最主要矛盾逐渐变为___
A. 封建主义和资本主义的矛盾
B. 封建主义和人民大众的矛盾
C. 清政府和西方列强的矛盾
D. 帝国主义和中华民族之间的矛盾
【单选题】
___
A. 《辛丑条约》
B. 《马关条约》
C. 《北京条约》
D. 《南京条约》
【单选题】
在近代中国,实现国家富强和人民富裕的前提是___(C)
A. 振兴实业
B. 政体变革
C. 争得民族独立和人民解放
D. 改革教育制度
【单选题】
在近代,中国无产阶级阶级的产生___(A )
A. 先于中国资产阶级
B. 晚于中国资产阶级
C. 同步于中国资产阶级
D. 于洋务运动时期
【单选题】
在近代不平等条约中,规定在中国的通商口岸可以投资设厂的条约是___
A. 《南京条约》
B. 《天津条约》
C. 《马关条约》
D. 《北京条约》
【单选题】
第一次鸦片战争后,清政府被迫与法国签订的不平等条约是___
A. 《南京条约》
B. 《虎门条约》
C. 《黄埔条约》
D. 《望厦条约》
【单选题】
第一次鸦片战争后,清政府被迫与美国签订的不平等条约是___
A. 《南京条约》
B. 《虎门条约》
C. 《黄埔条约》
D. 《望厦条约》
【单选题】
认识中国近代一切社会问题和革命问题的最基本的依据是认识___
A. 中国近代社会半殖民地半封建的性质
B. 中国近代社会近代化的历史过程
C. 中国近代民族民主革命的性质
D. 中国近代社会经济结构的变化过程
【单选题】
西方列强对中国的侵略,首先和主要的是___
A. 政治控制
B. 军事侵略
C. 经济掠夺
D. 文化渗透
【单选题】
资本-帝国主义列强在中国设立的最早的租界是在___
A. 广州
B. 南京
C. 上海
D. 重庆
推荐试题
【单选题】
hich description of the nonsecret numbers that are used to start a Diffie- Hellman exchange is ture?___
A. They are preconfigured prime integers.
B. They are large pseudorandom numbers.
C. They are very small numbers chosen from a table of known valuses
D. They are numeric values extracted from ha shed system hostnames
【多选题】
Which two characteristics of an application layer firewall are true?___
A. provides stateful firewal functionality
B. has low processor usage
C. provides protection for multiple applications
D. provides rever se proxy services
E. is immune to URL manipulation
【多选题】
Which two devices are components of the BYOD architectural framework?___
A. Nexus 7010 switch
B. Cisco 3945 Router
C. Identify Services Engine
D. Wireless Access oints
E. Prime Infrastructure
【多选题】
Which two actions can a zone based firewall take when looking at traffic? ___
A. forward
B. inspect
C. drop
D. broadcast
E. filter
【多选题】
n which two situations should you use in-band management?___
A. when management applications need concurrent access to the device
B. when you require administrator access from multiple locations
C. when a network device fails to forward packets
D. when you require ROMMON access
E. when the control plane fails to respond
【多选题】
What are two ways to prevent eavesdropping when you perform device management tasks?___
A. Use an SSH connection.
B. Use SNMPv3
C. Use out-of-band management
D. Use SNMP
E. Use in-band management
【多选题】
Which two features are commonly used CoPP and CPPr to protect the control plane? ___
A. QoS
B. traffic classification
C. access lists
D. policy maps
E. class maps
F. Cisco Express Forwarding
【多选题】
Which four tunne ling prot ocols are enabled in the Dfit GrpPolicy group policy ?___
A. Clientless SSL VPN
B. SSL VPN Client
C. PPTP
D. L2TP/IPsec
E. IPsec IKEv1
F. IPsec IKEv2
【多选题】
Which two statements regarding the aSA VPN configurations are correct?___
A. The asa has a certificate issued by an external certificate authority associated to the ASDM TrustPoint1
B. The Default WEBVPNGroup Connection Profile is using the aaa with RADIUS server method
C. The Inside-srvbook mark references the https://192.168.1.2url
D. Only Clientless SSL VPN access is allowed with the Sales group policy
E. Any Connect, IPSec IKEv1, and IPSec IKEv2 VPN access is enabled on the outside interface
F. The Inside -SRV bookmark has not been applied to the Sales group policy
【多选题】
Which three ESP fields can be encrypted during transmission?___
A. Security Parameter Index
B. Sequence Number
C. MAC Address
D. Padding
E. Pad length
F. Next Header
【多选题】
.Which three statements de scribe DHCP spoofing attacks?___
A. They can modify traffic in transit.
B. They are used to perform man- in-the-middle attacks
C. They use ARP poisoning
D. They can access most network devices
E. They protect the ide ntity of the attacker by masking the DHCP address.
F. They are can physically modify the network gateway.
【多选题】
Which statement about the communication between interfaces on the same security level is true?___
A. Interfaces on the same security level require additional configuration to permit interinterface communication
B. Configuring interfaces on the same security level can cause asymmetric routing
C. All traffic is allowed by default between interfaces on the same security level
D. You can configure only one interface on a n individual security level
【多选题】
In which two situations should you use in band management? ___
A. when the control plane fails to respond
B. when you require administrator access from multiple locations
C. when you require ROMMON access.
D. where a network device fails to forward packets
E. when multiple ma nagement applications need concument access to the device.
【多选题】
Which two features are supported in a VRF-aware softwar infrastructure before VRF-lite?___
A. multicast
B. fair queuing
C. WCCP
D.
E. IGRP
【多选题】
.Which loS command do you enter to test authentication again a AAA server?___
A. dialer aaa suffix <suffix> password <password>
B. ppp authentication chap pap test
C. test aaa-server authentication dialer group user name <user> password <password>
D. aaa authentication enable default test group tacases
【多选题】
Which two statements about the self zone on a cisco Xone based policy firewall are true?___
A. Multiple interfaces can be assigned to the self zone
B. it supports stateful inspections for multicast traffic
C. zone pairs that include the self zone apply to traffic transiting the device.
D. it can be either the source zone or the destination zone
E. traffic entering the self zone must match a rule
【多选题】
Which type of attack can exploit design flaws in the implementation of an application without ?___
A. DHCP starvation attacks
B. low-rate dos attacks
C. application DDos flood attacks
D. application DDoS flood attacks
E. volume-based DDoS attacks
【单选题】
Which type of firewall can server as the interme diary between a client and a server ?___
A. Stateless firewall
B. application firewall
C. proxy firewall
D. personal firewall
【单选题】
What is the highest security level that can be configured for an interface on an ASA?___
A. 0
B. 50
C. 10
D. 200
【单选题】
Which term refers to the electromagnetic interference that can radiate from network cables?___
A. Gaussian distributions
B. Doppler waves
C. emanations
D. multimode distortion
【单选题】
How does a zone pair handle traffic if the policy de fination of the zone pair is missing?___
A. It inspects all traffic.
B. It drops all traffic.
C. It permits all traffic wihtout logging
D. It permits and logs all traffic
【单选题】
default how does a zone based firewall handle traffic to add from the self zone?___
A. It permits all traffic without inspection
B. It inspects all traffic to determine how it is handled
C. It permits all traffic after inspection
D. It frops all traffic
【单选题】
Which command should beused to ena ble AAA Authentication to determine if a user can access the privilege command level?___
A. aaa authentication enable local
B. aaa authentication enable level=
C. aaa authentication enable method de fault
D. aaa authentication enable defa ult local
【单选题】
On an ASA, the policy indicates that traffic should not be translated is often referred to as which of the following?___
A. NAT zero
B. NAT forward
C. NAT nul
D. NAT allow
【单选题】
Which protocol offers data Integrity encryption, authentication, and anti-replay functions for IPSec VPN?___
A. ESP protocol
B. IKEv3 Protocol
C. AH protoco
D. IKEv1 Protocol
【单选题】
Which component offers a variety of security Solution, including firwall, IF Antivirus and antiphishing features?___
A. Cisco loS router
B. Cisco ASA 5500 Ser ies security appliance
C. Cisco ASA 5500 X series Next Gen Security appliance
D. Cisco 4200 series IPS appliance
【单选题】
Refer to the exhibit, A Network Secur ity administrator check the ASa firewall NAT policy table rith show nat command, which statement is fails?___
A. There are only reverse translation matches for the REAL SERvER object
B. First policy in the Section 1 is a dynamic nat entry defined in the object configuration
C. NAT policy in section 2 is static entry de fined in the object configuration
D. Translation in Section 3 used when a connection does not matches any entries in first two sections
【单选题】
What is true of an aSa in transparent mode ?___
A. It supports OSPF
B. It requires an IP address for each interface
C. It requires a management IP address
D. It allows the use of dynamic NaT
【单选题】
What is the effect of the ip scp server enable command?___
A. It references an access list that allows specific SCP servers
B. It allows the router to initiate requests to an SCP server
C. It allows the router to become an SCP server
D. It adds SCP to the list of allowed copy functions
【单选题】
How can you mitigate attacks in which the attacker attaches more than one vLan tag to a packet?___
A. Assign an access VLAN to every active port on the switch
B. Disable Ether Channel on the switch
C. Explicitly identity each VLAN allowed across the trunk
D.
E. nable transparent VTP on the switch
【单选题】
Which technology can you implement to centrally mitigate potential threats when users on your network download files that might be malicious?___
A. Enable file-reputation services to inspect all files that traverse the company network and block files with low reputation scores
B. Verify that the compa ny IpS blocks all known malicious website
C. Verity that antivirus software is installed and up to date for all users on your network
D. Implement URL filtering on the perimeter firewall
【单选题】
What is the most common implementation of PaT in a standard networked environment?___
A. configuring multiple external hosts to join the self zo ne and to communicate with one another
B. configuring multiple internal hosts to communicate outside of the network using the outside interface IP address
C. configuring multiple internal hosts to communicate outside of the network by using the inside interface IP address
D. configuring an any any rule to enable external hosts to communicate inside the network
【单选题】
Which component of a bYod architecture provides aAa services for endpoint access ?___
A. Integrated Services Router
B. access point
C. ASA
D. Identity Services
E. ngine
【单选题】
You are configuring a NAT rule on a Cisco ASA ,Which description of a mapped interface is true?___
A. It is mandatory for all firewall modes
B. It is optional in routed mode
C. It is optional in transparent mode
D. It is mandatory for ide ntity NAT only
【单选题】
Which description of the use of a private key is true ?___
A. The sender signs a message using the receivers private key
B. The sender signs a message using their private key
C. The sender encrypts a message using the receivers private key
D. The receiver decrypts a n15ssage using the sender's private key
【单选题】
Which mechanism does the FireAMP Connector use to avoid conflicts with other security applications such as antivirus products ?___
A. Virtualization
B. Containers
C. Sandboxing
D.
E. xclusions
【单选题】
Which network to pology de scribes multiple LANS in a gec? ___
A. SOHO
B. MAN
C. pan
D. CAN
【单选题】
Which statement represents a difference between an access list on an aSa versus an access list on a router?___
A. The asa does not support number access lists
B. The aSa does not support standard access list
C. The asa does not ever use a wildcard mask
D. The asa does not support extended access lists
【单选题】
Which command do you enter to verify the status and settings of an iKE Phase 1 tunnel?___
A. show crypto ipsec as output
B. show crypto isakmp
C. show crypto isakmp policy
D. show crypto ipsec transform
【单选题】
Which feature can help a router or switch maintain packet forwarding and protocol states despite an attack or heavy traffic load on the router or switch?___
A. service Policy
B. Control Plane Policing
C. Policy Map
D. Cisco
E. xpress
F. orwarding