USER_DATA is a nonencrypted tab

题目

USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to convert all existing data in the USER_DATA tablespace and the new data into the encrypted format. Which methodswould you use to achieve this?()

  • A、Use Data Pump to transfer the existing data to a new encrypted tablespace
  • B、Use ALTER TABLE MOVE to transfer the existing data to a new encrypted tablespace
  • C、Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace
  • D、Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespace
  • E、Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to convert all existing data in the USER_DATA tablespace and the new data into the encrypted format.Which methodswould you use to achieve this?()

A. Use Data Pump to transfer the existing data to a new encrypted tablespace

B. Use ALTER TABLE MOVE to transfer the existing data to a new encrypted tablespace

C. Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace

D. Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespace

E. Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted


参考答案:A, B, C

第2题:

你定义了一个对象类型myOBJ,要基于该类型来创建表tab1,语句为()。

A.CREATE TABLE tab1 OF myOBJ

B.CREATE TABLE myOBJ OF tab1

C.CREATE TABLE tab1 AS myOBJ

D.CREATE TABLE tab1 TYPE OF myOBJ


参考答案:C

第3题:

( 22 )在下列查询语句中,与

SELECT TABL* FROM TAB1 WHERE InStr([ 简历 ]," 篮球 ")<>0

功能相同的语句是( ) 。

A ) SELECT TAB1.* FROM TAB1 WHERE TAB1. 简历 Like" 篮球 "

B ) SELECT TAB1.* FROM TAB1 WHERE TAB1. 简历 Like"* 篮球 "

C ) SELECT TAB1.* FROM TAB1 WHERE TAB1. 简历 Like"* 篮球 *"

D ) SELECT TAB1.* FROM TAB1 WHERE TAB1. 简历 Like" 篮球 *"


正确答案:C

第4题:

在Word中制作表格时,按()键,可以移到下一个单元格。

  • A、【Shift+Tab】
  • B、【Tab】
  • C、【Ctrl+Tab】
  • D、【Alt+Tab】

正确答案:B

第5题:

TabHost.newTabSpec("tab1")()。

  • A、为tab页创建标题为tab1
  • B、为tab页创建ID为tab1
  • C、为tab页创建内容
  • D、为tab页创建新空格

正确答案:B

第6题:

在下列查询语句中,与 SELECTTAB1.*FROM TABl WHERE InStr([简历],"篮球")<>0 功能相同的语句是______。

A.SELECT TAB1.*FROM TAB1 WHERE TAB1.简历Like "篮球"

B.SELECT TAB1.*FROM TAB1 WHERE TAB1.简历Like "*篮球"

C.SELECT TAB1.*FROM TAB1 WHERE TAB1.简历Like "*篮球*"

D.SELECT TAB1.*FROM TAB1 WHERE TAB1.简历Like "篮球*"


正确答案:C
解析:Access提供了InStr函数用于字符串搜索。“SELECT TAB1.*FROM TAB1 WHERE InStr([简历],”篮球“)>0”语句的作用是在TAB1表中,查找“简历”字段中包含“篮球”内容的记录的全部信息。Access里 like的通配符用法是这样:“?”表示任何单一字符;“*”表示零个或多个字符;“#”表示任何一个数字。因为“篮球”前后都有可能有别的字符,既然要查找包含“篮球”字符的内容,那么就必须要将其他字符考虑在查找条件内,所以C选项正确。

第7题:

简述TAB905和TAB9B01的含义。


正确答案: TAB905:要求GT翻译的消息总数
TAB9B01:发送给MTP的UDT消息个数

第8题:

用键盘切换对话框中活动元素可用()。

A、TAB

B、SHIFT

C、TAB或SHIFT+TAB

D、TAB或CTRL+TAB


参考答案:C

第9题:

按()移动到上一个单元格。

  • A、Shift键
  • B、Shift键+Tab键
  • C、Tab键
  • D、Ctrl键+Tab键

正确答案:B

第10题:

指令LEA BX,TAB执行后,其结果是()。

  • A、将TAB中内容送BX
  • B、将TAB的段基址送BX
  • C、将TAB的偏移地址送BX
  • D、将TAB所指的存储单元的内容送BX

正确答案:C

更多相关问题