How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has alreadycompleted?() A. Issue the ALTER DISKGROUP ... ADD DISK command.B. Issue the ALTER DISKGROUP ... UNDROP DISKS command.C. Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.D. Retrieve the disk from the Recycle Bin after the operation completes

How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has alreadycompleted?()

A. Issue the ALTER DISKGROUP ... ADD DISK command.

B. Issue the ALTER DISKGROUP ... UNDROP DISKS command.

C. Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.

D. Retrieve the disk from the Recycle Bin after the operation completes


相关考题:

On Monday morning some teachers exchanged a few (). A.how-are-yousB.of how-are-you’sC.how-are-you’sD.of how are you

How long() you() a member of the club? A.have,,joinedB.have,,beenC.has,,joinedD.has,,been

数据定义语言中的 创建,修改,删除这三个英语单词 下列哪项才是完全正确的?A.创建(create) , 修改(alter) , 删除(update)B.创建(alter) , 修改(modify), 删除(drop)C.创建(create) , 修改(alter) , 删除(drop)D.创建(alter) , 修改(create), 删除(drop)

You are managing an ASM instance. You previously issued the following statements:ALTER DISKGROUP dg1 DROP DISK disk2;ALTER DISKGROUP dg1 DROP DISK disk3;ALTER DISKGROUP dg1 DROP DISK disk5;You want to cancel the disk drops that are pending for the DG1 disk group.Which statement should you issue?()A. ALTER DISKGROUP dg1 UNDROP disk2, disk3, disk5;B. ALTER DISKGROUP dg1 UNDROP;C. ALTER DISKGROUP dg1 UNDROP DISKS;D. You cannot cancel the pending disk drops.

Whichofthefollowingisnotaconfigurableattributeforanindividualdiskgroup?() A.AU_SIZEB.COMPATIBLE·RDBMSC.COMPATIBLE·ASMD.DISK_REPAIR_TIMEE.DG_DROP_TIME

SQL语言中,CREATE、DROP、ALTER语句是实现 ______ 功能的。

若要删除职工表中的职称字段,应该使用的命令是( )。A.ALTER TABLE 职工 DROP 职称B.ALTER 职工 DROP 职称C.DROP TABLE 职称D.DROP 职称

SQL语句中常用的数据控制语句包括create、drop和alter。

【单选题】对于建立在数据库上的DDL触发器,常用的激活DDL触发器的事件不包括()A.Create_Table,Alter_Table,Drop_TableB.Create_View,Alter_View,Drop_ViewC.Create_Procedure,Alter_Procedure,Drop_ProcedureD.Rollback

可以使用下面语句删除表中列A.ALTER 表名 DROP 列名B.ALTER 表名 DELETE 列名C.ALTER 表名 REMOVE 列名D.ALTER 表名 DROP COLUMN 列名