In which scenario will you create a sorted hash cluster? ()

题目
单选题
In which scenario will you create a sorted hash cluster? ()
A

 if the application uses queries joining tables only occasionally

B

 if the full table scan is executed often on only one table of the clustered tables

C

 if the data for all the rows of a cluster key value exceeds one or two Oracle blocks

D

 when you want the data to be returned automatically in the chronological order

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are developing WPF application for managing student information... btnSort and a DataGrid control named dgStudents on the design surface of the MainWindow.xaml properties : FirstName and LastName. You create the following code segment in the constructor of...The DataGrid control displays the list of students unsorted.You need to ensure that the list of students is sorted by last name.Which code segment should you add to the click event handler of the Button control?()

A.

B.

C.

D.


参考答案:B

第2题:

A customer wants to migrate their existing cluster onto new POWER6 hardware, and in addition requires thecluster to be migrated from PowerHA version 5.3 to 5.5. Given that AIX 6.1 and PowerHA 5.5 filesets arealready installed in the new hardware, which of the following methods would allow the customer to maintaintheir current cluster configuration?()

  • A、Add the new nodes to the existing cluster, and perform a rolling migration and remove the original nodesfrom the cluster
  • B、Add the new nodes to the existing cluster, and perform a non-disruptive upgrade and remove the originalnodes from the cluster.
  • C、Create a snapshot of the existing cluster and apply the snapshot to the new cluster. Start cluster serviceson the new cluster and stop the original cluster
  • D、Create a snapshot of the existing cluster and apply the snapshot to the new cluster. Stop cluster serviceson the original cluster and start on the new cluster

正确答案:D

第3题:

You have been asked to create a static route with a next hop that is not directly connected to the router. Which configuration parameter enables the static route to accomplish this scenario?()

A. resolve

B. indirect

C. next-hop

D. recursive


参考答案:A

第4题:

In which scenario will you create a hash cluster?()

  • A、 when you want the data to be returned automatically in chronological order
  • B、 if the application uses queries joining tables only occasionally
  • C、 if the queries against the clustered table use the equality operator (=) to retrieve the desired row
  • D、 if the full table scan is executed often on only one of the clustered tables

正确答案:C

第5题:

How do you disable a server from Juniper DX Cluster without terminating active client requests? ()

  • A、Delete the server.
  • B、"Soft pause" the target server.
  • C、"Hard pause" the target server.
  • D、Create a new Cluster without the server.

正确答案:B

第6题:

You are designing an application for a telecom company and you have been asked to design a database table to facilitate monthly bill generation. The bill would include details of customer calls, listed in chronological order.  Which method would you follow to achieve this objective without increasing the overhead of sorting the rows?()

  • A、create a hash cluster to store the data
  • B、create an index cluster to store the data
  • C、create a partitioned table to store the data
  • D、create a sorted hash cluster to store the data
  • E、create a heap table with rowid to store the data

正确答案:D

第7题:

A cluster administrator wants to create a snapshot backup of the cluster. Which smit menu can be used to dothis?()

  • A、Extended Configuration
  • B、System Management (C-SPOC)
  • C、Problem Determination Tools
  • D、Initialization and Standard Configuration

正确答案:A

第8题:

How do you disable a server from Juniper DX Cluster without terminating active client requests? ()

A. Delete the server.

B. "Soft pause" the target server.

C. "Hard pause" the target server.

D. Create a new Cluster without the server.


参考答案:B

第9题:

In which scenario will you create a sorted hash cluster? ()

  • A、 if the application uses queries joining tables only occasionally
  • B、 if the full table scan is executed often on only one table of the clustered tables
  • C、 if the data for all the rows of a cluster key value exceeds one or two Oracle blocks
  • D、 when you want the data to be returned automatically in the chronological order

正确答案:D

第10题:

You are maintaining a database of credit card transactions. You want the data to be returned automatically in the chronological order of the credit card numbers without using the ORDER BY clause in the query. Which type of cluster will you use to obtain the desired result?()  

  • A、 Hash cluster
  • B、 Index cluster
  • C、 Sorted hash cluster
  • D、 Real Application cluster

正确答案:C

更多相关问题