Oracle Developer Question:

When can Hash Cluster used?

Oracle Developer Interview Question
Oracle Developer Interview Question

Answer:

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.


Previous QuestionNext Question
Explain Database Link?What do Database Buffers contain?