create trigger 语句中的with encryption 参数的作用是( )A 加密触发器文本B加密定义触发器的数据库C 加密定义触发器的数据库的数据D 以上都不对

题目
create trigger 语句中的with encryption 参数的作用是( )

A 加密触发器文本

B加密定义触发器的数据库

C 加密定义触发器的数据库的数据

D 以上都不对


相似考题
更多“create trigger 语句中的with encryption 参数的作用是( ) ”相关问题
  • 第1题:

    A user needs to create a trigger that will update table T2 whenever a row is added to table T1. Assuming the user has all appropriate privileges for table T2, which privilege is required on table T1 to create the trigger?()

    A.REFERENCES

    B.SELECT

    C.UPDATE

    D.ALTER


    参考答案:D

  • 第2题:

    在CREATE DATABASE语句中,使用()参数,可以为每个数据库指定联机重做日志文件的最大组数。

    A.MAXFILES

    B.MAXLOGFILE

    C.MAXLOGFILES

    D.LOGFILES


    参考答案:C

  • 第3题:

    A storage specialist needs to automate some tasks triggered in the event of disaster recovery.  What is the best solution to accomplish this()

    • A、using the DS GUI, step through Real Time Manager, Copy Services, Create custom scripts; actions and event conditions can be defined that triggerthe script; there is no need for a password
    • B、create a shell script usingdscli commands; trigger the script from the operating system, and call the script using the -pwd option with the password
    • C、create a password file; create a shell script using dscli commands; trigger the script from the operating system
    • D、create a password file; create a shell script usingdscli commands; trigger the script from the operating system; call the dscli script with the dscli -script  -pwdfile command

    正确答案:C

  • 第4题:

    为了使用输出参数,需要在CREATE PROCEDURE语句中指定关键字()。

    • A、OPTION
    • B、OUTPUT
    • C、CHECK
    • D、DEFAULT

    正确答案:B

  • 第5题:

    在《庄子·秋水》“夏虫不可以语于冰者,笃于时也”句中,后一个“于”的词性是(),其语法作用是()。


    正确答案:介词;用与被动

  • 第6题:

    A user needs to create a trigger that will update table T2 whenever a row is added to table T1. Assuming the user has all appropriate privileges for table T2, which privilege is required on table T1 to create the trigger?()

    • A、REFERENCES
    • B、SELECT
    • C、UPDATE
    • D、ALTER

    正确答案:D

  • 第7题:

    Your company uses a SQL Server 2005 database. Customer data from your trading partners is imported into the Customers table every night. You need to ensure that the customer record is updated if it already exists in the Customers table. If the record does not exist, the data needs to be inserted into the Customers table. What should you do?()

    • A、 Create a FOR trigger. 
    • B、 Create an INSTEAD OF trigger. 
    • C、 Create an AFTER trigger. 
    • D、 Create a DDL trigger.

    正确答案:B

  • 第8题:

    单选题
    在创建数据库的Create Database语句中()参数可以指定数据或事务日志文件的初始大小。
    A

    Name

    B

    Filename

    C

    Filegrowth

    D

    Size


    正确答案: D
    解析: 暂无解析

  • 第9题:

    多选题
    Which two statements regarding asymmetric key encryption are true?()
    A

    The same key is used for encryption and decryption.

    B

    It is commonly used to create digital certificate signatures.

    C

    It uses two keys: one for encryption and a different key for decryption.

    D

    An attacker can decrypt data if the attacker captures the key used for encryption


    正确答案: C,B
    解析: 暂无解析

  • 第10题:

    单选题
    在CREATE DATABASE语句中,使用()参数,可以为每个数据库指定联机重做日志文件的最大组数。
    A

    MAXFILES

    B

    MAXLOGFILE

    C

    MAXLOGFILES

    D

    LOGFILES


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    为了使用输出参数,需要在CREATE PROCEDURE语句中指定关键字()。
    A

    OPTION

    B

    OUTPUT

    C

    CHECK

    D

    DEFAULT


    正确答案: A
    解析: 暂无解析

  • 第12题:

    判断题
    「の」接在体言后面,在句中作连体修饰语,表示领属关系属性等。一般译为「的」。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第13题:

    在创建数据库的Create Database语句中()参数可以指定数据或事务日志文件的初始大小。

    A.Name

    B.Filename

    C.Filegrowth

    D.Size


    本题答案:D

  • 第14题:

    「の」接在体言后面,在句中作连体修饰语,表示领属关系属性等。一般译为「的」。


    正确答案:正确

  • 第15题:

    下列()语句用于删除触发器。

    • A、CREATE PROCEDURE
    • B、CREATE TRIGGER
    • C、ALTER TRIGGER
    • D、DROP TRIGGER

    正确答案:D

  • 第16题:

    下面语句中,()语句用来修改视图。

    • A、CREATE TABLE
    • B、ALTER VIEW
    • C、DROP VIEW
    • D、CREATE VIEW

    正确答案:B

  • 第17题:

    What three tasks are required to add a CRS application?()

    • A、create a trigger  
    • B、create an application  
    • C、restart the CRS engine  
    • D、upload script to repository  
    • E、configure default session timeout 

    正确答案:A,B,D

  • 第18题:

    Which two statements regarding asymmetric key encryption are true?()

    • A、The same key is used for encryption and decryption.
    • B、It is commonly used to create digital certificate signatures.
    • C、It uses two keys: one for encryption and a different key for decryption.
    • D、An attacker can decrypt data if the attacker captures the key used for encryption

    正确答案:A,B

  • 第19题:

    单选题
    Your company uses a SQL Server 2005 database. Customer data from your trading partners is imported into the Customers table every night. You need to ensure that the customer record is updated if it already exists in the Customers table. If the record does not exist, the data needs to be inserted into the Customers table. What should you do?()
    A

     Create a FOR trigger. 

    B

     Create an INSTEAD OF trigger. 

    C

     Create an AFTER trigger. 

    D

     Create a DDL trigger.


    正确答案: B
    解析: 暂无解析

  • 第20题:

    单选题
    A storage specialist needs to automate some tasks triggered in the event of disaster recovery.  What is the best solution to accomplish this()
    A

    using the DS GUI, step through Real Time Manager, Copy Services, Create custom scripts; actions and event conditions can be defined that triggerthe script; there is no need for a password

    B

    create a shell script usingdscli commands; trigger the script from the operating system, and call the script using the -pwd option with the password

    C

    create a password file; create a shell script using dscli commands; trigger the script from the operating system

    D

    create a password file; create a shell script usingdscli commands; trigger the script from the operating system; call the dscli script with the dscli -script  -pwdfile command


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    The following triggers were defined for table TAB1 in the order shown:CREATE TRIGGER trig_a AFTER UPDATE ON tab1 FOR EACH ROW UPDATE sale_tab SET sale_date = CURRENT DATE; CREATE TRIGGER trig_b AFTER UPDATE ON tab1 FOR EACH STATEMENT UPDATE invoice_tab SET invoice_date = CURRENT DATE; CREATE TRIGGER trig_c AFTER UPDATE ON tab1 FOR EACH ROW UPDATE shipping_tab SET ship_date = CURRENT DATE; CREATE TRIGGER trig_d AFTER UPDATE ON tab1 FOR EACH STATEMENT UPDATE billing_tab SETbilling_date = CURRENT DATE;If an event occurs that causes all of them to activate, which trigger will be activated first?()
    A

    TRIG_A

    B

    TRIG_B

    C

    TRIG_C

    D

    TRIG_D


    正确答案: D
    解析: 暂无解析

  • 第22题:

    单选题
    You want to create a temporary table while executing a procedure in a form. Which statement is true?()
    A

    You cannot create a table form within Forms. 

    B

    You must use the FORMS_DDL built-in to create the table. 

    C

    You must use the DBMS_DYNAMIC_DDL package to create the table. 

    D

    You can write the CREATE TABLE statement directly into the trigger.


    正确答案: C
    解析: 暂无解析

  • 第23题:

    多选题
    Which two statements regarding symmetric key encryption are true?() (Choose two.)
    A

    The same key is used for encryption and decryption.

    B

    It is commonly used to create digital certificate signatures.

    C

    It uses two keys: one for encryption and a different key for decryption.

    D

    An attacker can decrypt data if the attacker captures the key used for encryption.


    正确答案: D,B
    解析: 暂无解析