码迷,mamicode.com
首页 > 数据库 > 详细

【oracle】oracledba3 create a sorted hash cluster to store the data

时间:2014-12-19 22:07:04      阅读:349      评论:0      收藏:0      [点我收藏+]

标签:

You are designing an application for Certkiller .com and you have

 been asked to design a database table to facilitate monthly bill gen

eration. The bill would include details of customer calls, listed in 

chronological order. Which method would you follow to achieve this ob

jective 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  

Answer: D  

【oracle】oracledba3 create a sorted hash cluster to store the data

标签:

原文地址:http://blog.csdn.net/babyface945/article/details/42031549

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!