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 Question | Next Question |
Explain Database Link? | What do Database Buffers contain? |