What is Hash Cluster ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
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.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / raja
as well as partitions
partiotions:a large table divided into more manageble
pieces each pieces is called partition.
without no logic automatic stored ttaht is called hash
partitions
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by redo log buffer ?
What is meant by raw datatype?
What is the exact use of Collections?
Explain parameter file in oracle.
How to filter out duplications in the returning rows using oracle?
How will you identify oracle database software release?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
How do I connect to oracle?
How to select some rows from a table in oracle?
What are triggers?Where are they used?
How to get a list of all tables in the database?
Difference between varchar and varchar2 data types?