Oracle Developer Question:

What is Hash Cluster?

Oracle Developer Interview Question
Oracle Developer Interview Question

Answer:

A row is stored in a hash cluster based on the result of applying a hash function to the row's cluster key value. All rows with the same hash key value are stores together on disk.


Previous QuestionNext Question
What is Index Cluster?What is the maximum number of CHECK constraints that can be defined on a column?