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

An index called ORD_CU


An index called ORD_CUSTNAME_IX has been created on the CUSTNAME column in the ORDERS table using the following command:   SQL>CREATE INDEX ord_custname_ix ON orders(custname);   The ORDERS table is frequently queried using the CUSTNAME column in the WHERE clause. You want to check the impact on the performance of the queries if the index is not available. You do not want the index to be dropped or rebuilt to perform this test.  Which is the most efficient method of performing this task?()

  • A disabling the index
  • B making the index invisible
  • C making the index unusable
  • D using the MONITORING USAGE clause for the index
参考答案
参考解析:
分类:1Z0-053题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、int index = 1;  b

int index = 1; boolean[] test = new Boolean[3]; boolean foo= test [index];  What is&ens...

3、int index = 1;  S

int index = 1; String [] test = new String[3]; String foo = test[index];    W...

4、int index = 1;  i

int index = 1; int [] foo = new int [3]; int bar = foo [index]; int baz ...

5、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1

6、int index = 1; &e

int index = 1;  int foo = new int ;  int bar = foo [index];  int ba...