Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

When can Hash Cluster used ?

Answer Posted / orawhiz

Hash clusters are better choice when a table is often
queried with equality queries. For such queries the
specified cluster key value is hashed. The resulting hash
key value points directly to the area on disk that stores
the specified rows

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please explain oracle data types with examples?

1126


What are the different oracle database objects?

1142


Can we connect to ORACLE db using Windows Authentication?

1303


How is it different from a normal table?

1077


How to define a variable of a specific record type?

1112


What is a read write transaction in oracle?

1127


What are the different editions of oracle?

1175


What the is the diff between local index and global index. give some example.

1677


State and explain the different types of data models?

989


How to delete a column in an existing table?

1128


Please explain compound trigger in oracle?

1103


How to use "for" statements in oracle?

1118


types of indexes and the rationale behind choosing a particular index for a situation.

2557


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1746


What is the quickest way to export a table to a flat file?

1008