可学答题网 > 问答 > 1Z0-060题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

On your Oracle Database, you issue th


On your Oracle Database, you issue the following commands to create indexes: SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE; SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customer_id, sales_rep_id); Which two statements are true?()

  • A Only the ORD_CUSTOMER_IX1 index created.
  • B Both the indexes are updated when a row is inserted, updated, or deleted in the ORDERS table.
  • C Both the indexes are created: however, only ORD_CUSTOMERS_IX1 is used by the optimizer for queries on the ORDERS table.
  • D The ORD_CUSTOMER_IX1 index is not used by the optimizer even when the OPTIMIZER_USE_INVISIBLE_INDEXES parameters is set to true.
  • E Both the indexes are created and used by the optimizer for queries on the ORDERS table.
  • F Both the indexes are created: however, only ORD_CUSTOMERS_IX2 is used by the optimizer for queries on the ORDERS table.
参考答案
参考解析:
分类:1Z0-060题库
相关推荐

1、In your database, on

In your database, online redo log files are multiplexed and one of the members i...

2、You issue the following command on th

You issue the following command on the RMAN prompt.REPORT NEED BACKUP DAYS 5;Which statement is true about executing this command?()A It will...

3、On your Oracle 12c database, you invo

On your Oracle 12c database, you invoked SQL *Loader to load data into the EMPLOYEES table in the HR schema by issuing the following command:...

4、You are managing an Oracle Database 11

You are managing an Oracle Database 11g instance.You want to create a duplicate database for testing purpose. What are the prerequisites for pe...

5、You support Oracle Database 12c Oracl

You support Oracle Database 12c Oracle Database 11g, and Oracle Database log on the same server.All databases of all versions use Automatic Sto...

6、You installed Oracle Database 11g and

You installed Oracle Database 11g and are performing a manual upgrade of the Oracle9i database. As a part of the upgrade process, you execute...