Which two operations can be performed on an external table()A、Create a view on the table.B、Create an index on the table.C、Create a synonym on the table.D、Add a virtual column to the table.E、Update the table using the UPDATE statement.F、Delete rows in the 

题目

Which two operations can be performed on an external table()

  • A、Create a view on the table.
  • B、Create an index on the table.
  • C、Create a synonym on the table.
  • D、Add a virtual column to the table.
  • E、Update the table using the UPDATE statement.
  • F、Delete rows in the table using the DELETE command.

相似考题
更多“Which two operations”相关问题
  • 第1题:

    Which three service components belong to the operate phase()

    • A、Change Management
    • B、Operations Implementation
    • C、System monitoring
    • D、Incident Management
    • E、Operations Assessment

    正确答案:A,C,D

  • 第2题:

    An administrator is moving a volume group from one server to another. The disks will be physically moved between the two systems.  Which two operations are required on the volume group prior to the physical disk switch?()  

    • A、’varyoffvg’ and ’exportvg’
    • B、’varyofflv’ and ’importvg’
    • C、’varyofflv’ and ’migratepv’
    • D、’varyoffvg’ and ’migratevg’

    正确答案:A

  • 第3题:

    Your database is in NOARCHIVELOG mode. After which two operations you should take the backup of control file?()

    • A、adding a new user to the database
    • B、dropping a user from the database
    • C、dropping a table from the database
    • D、dropping a data file from a tablespace
    • E、adding a new tablespace to the database

    正确答案:D,E

  • 第4题:

    Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN) whileduplicating a running database? ()(Choose Two)

    • A、Creating the control file for the duplicate database
    • B、Restoring the target data files to the duplicate database
    • C、Performing complete recovery using all available backups
    • D、Generating a new, unique DBID for the duplicate database
    • E、Copying the online redo log files from the target database to the duplicate database

    正确答案:C,E

  • 第5题:

    You are decommissioning domain controllers that hold forest-wide operations master roles. You need to transfer all forest-wide operations master roles to another domain controller. Which two roles should you transfer?()

    • A、RID master
    • B、PDC emulator
    • C、Schema master
    • D、Infrastructure master
    • E、Domain naming master

    正确答案:C,E

  • 第6题:

    多选题
    Which two client requests are captured during database replay Capture?() (Choose two)
    A

    Flashback queries

    B

    Shared server requests

    C

    Login and logoff activities of sessions

    D

    Direct path load of data from external files by using utilities such as SQL *loader

    E

    Data definition language (DDL) and data manipulation language (DML) operations


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

  • 第7题:

    多选题
    A customer runs an application on a supported 8-way x445.  The customer needs to monitor operations and wants to be alerted when problems arise.  Which TWO of the following can be configured in IBM Director Base Pack to monitor the customer’s operations?()
    A

    Fan operation

    B

    Bottleneck analysis

    C

    Power supply operations

    D

    Planned versus unplanned outages

    E

    Application predictive failure analysis


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

  • 第8题:

    多选题
    Which two partitioned table maintenance operations support asynchronous Global Index Maintenance inOracle database 12c?()
    A

    ALTER TABLE SPLIT PARTITION

    B

    ALTER TABLE MERGE PARTITION

    C

    ALTER TABLE TRUNCATE PARTITION

    D

    ALTER TABLE ADD PARTITION

    E

    ALTER TABLE DROP PARTITION

    F

    ALTER TABLE MOVE PARTITION


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

  • 第9题:

    多选题
    Which two client requests are captured during database replay Capture?()
    A

    Flashback queries

    B

    Shared server requests

    C

    Login and logoff activities of sessions

    D

    Direct path load of data from external files by using utilities such as SQL *loader

    E

    Data definition language (DDL) and data manipulation language (DML) operations


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

  • 第10题:

    单选题
    An administrator is moving a volume group from one server to another. The disks will be physically moved between the two systems. Which two operations are required on the volume group prior to the physical disk switch?()
    A

    'varyoffvg' and 'exportvg'

    B

    'varyofflv' and 'importvg'

    C

    'varyofflv' and 'migratepv'

    D

    'varyoffvg' and 'migratevg'


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

  • 第11题:

    多选题
    Which two operations can be performed on an external table()
    A

    Create a view on the table.

    B

    Create an index on the table.

    C

    Create a synonym on the table.

    D

    Add a virtual column to the table.

    E

    Update the table using the UPDATE statement.

    F

    Delete rows in the table using the DELETE command


    正确答案: E,F
    解析: 暂无解析

  • 第12题:

    When configuring IOS firewall (CBAC) operations on Cisco routers, the "inspection rule" could be applied at which two locations? ()

    • A、 at the untrusted interfacein the inbound direction
    • B、 atthe untrusted interface in theoutbounddirection
    • C、 at thetrusted interface inthe inbound direction
    • D、 at the trusted interface in the outbound direction
    • E、 at the trusted and untrusted interfaces in the inbound direction
    • F、 at the trusted and untrusted interfaces in the outbounddirection

    正确答案:B,C

  • 第13题:

    A customer runs an application on a supported 8-way x445.  The customer needs to monitor operations and wants to be alerted when problems arise.  Which TWO of the following can be configured in IBM Director Base Pack to monitor the customer’s operations?()

    • A、Fan operation
    • B、Bottleneck analysis
    • C、Power supply operations
    • D、Planned versus unplanned outages
    • E、Application predictive failure analysis

    正确答案:A,C

  • 第14题:

    In Real Operations Automation, we have Domain Template and WebLogic Scripting Tool for provisioning and configuration respectively.  Which are the other two elements ?()

    • A、 Weblogic Cluster 
    • B、 Weblogic Cache
    • C、 Weblogic Grid
    • D、 Weblogic Deployment 

    正确答案:A,D

  • 第15题:

    You are decommissioning domain controllers that hold all forest-wide operations master roles. You need to transfer all forest-wide operations master roles to another domain controller. Which two roles should you transfer()

    • A、RID master
    • B、PDC emulator
    • C、Schema master
    • D、Infrastructure master
    • E、Domain naming master

    正确答案:C,E

  • 第16题:

    多选题
    Your database is in NOARCHIVELOG mode. After which two operations you should take the backup of control file?()
    A

    adding a new user to the database

    B

    dropping a user from the database

    C

    dropping a table from the database

    D

    dropping a data file from a tablespace

    E

    adding a new tablespace to the database


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

  • 第17题:

    多选题
    Which two Oracle products come pre-packaged with Oracle’s JRockit JDK ?()
    A

    Oracle WebLogic Server

    B

    Oracle Coherence

    C

    Oracle Database

    D

    Oracle Real Time Operations Control


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

  • 第18题:

    多选题
    In Real Operations Automation, we have Domain Template and WebLogic Scripting Tool for provisioning and configuration respectively.  Which are the other two elements ?()
    A

    Weblogic Cluster

    B

    Weblogic Cache

    C

    Weblogic Grid

    D

    Weblogic Deployment


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

  • 第19题:

    多选题
    When creating a role in a Cisco Nexus 7000 Series Switch, rules are used to define the type of operations that a role will allow the user to perform.  Which two of these parameters cannot be applied as a rule? ()
    A

    port-profile

    B

    command

    C

    access-list

    D

    feature-group

    E

    OID


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

  • 第20题:

    多选题
    Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN) whileduplicating a running database? ()(Choose Two)
    A

    Creating the control file for the duplicate database

    B

    Restoring the target data files to the duplicate database

    C

    Performing complete recovery using all available backups

    D

    Generating a new, unique DBID for the duplicate database

    E

    Copying the online redo log files from the target database to the duplicate database


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

  • 第21题:

    多选题
    Which two database operations can be performed at the MOUNT stage of database startup?()
    A

    renaming of data files

    B

    dropping the database user

    C

    renaming of control files

    D

    multiplexing of control files

    E

    configuring the database in ARCHIVELOG mode


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

  • 第22题:

    单选题
    The temperature of the fuel oil received during bunkering operations is critical in determining the()
    A

    expansion space to leave in a tank

    B

    flash point at which the fuel will burn

    C

    temperature to which the fuel must be heated

    D

    rate at which the fuel can be pumped during transfer operations


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