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

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

A 加密触发器文本

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

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

D 以上都不对

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

create table 语句中有定义主键的选项。 ()


正确答案:正确 

第2题:

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

第3题:

_______________

[A] introduce

[B] summon

[C] trigger

[D] create


正确答案:D

第4题:

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

第5题:

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

A.MAXFILES

B.MAXLOGFILE

C.MAXLOGFILES

D.LOGFILES


参考答案:C

第6题:

下列的SQL语句中,( )不是数据定义语句。

A.CREATE TABLE

B.GRANT

C.CREATE VIEW

D. DROP VIEW


正确答案:B 

第7题:

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

A.Name

B.Filename

C.Filegrowth

D.Size


本题答案:D

第8题:

以F的SQL语句中,( )语句用于创建表。

A)CREATE TABLE

B)CREATE INDEX

C)ALTERR TABLE

D)DRop


正确答案:A
本题考查SQL中定义语句的知识。SQL语言的功能包含数据定义、数据操纵、数据查询和数据控制,其中的数据定义功能可以实现表、索引、视图的定义、修改和删除。CREATE TABLE语句的作用是创建一个表;CREATE INDEX语句的作用是创建一个索引;ALTER TABLE语句的作用是修改一个表的结构;DROP语句的作用是删除一个表的结构或者从字段或字段组中删除索引。

第9题:

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


正确答案:正确

第10题:

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

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

正确答案:D

更多相关问题