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
Why do we need integrity constraints in a database?
Explain coalesce function?
How to create a temporary table in oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
What suggestions do you have to reduce the network traffic?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is a lookup table in oracle?
What is a cursor variable?
What is index in Oracle?
Is oracle an open source?
How to create a stored procedure in oracle?
How to connect to oracle using service name instead of sid?
How to create a stored function in oracle?
What is merge statement used for?
How can I get column names from a table in oracle?