What is a cluster Key ?
Answers were Sorted based on User's Feedback
Answer / sawant
The related columns of the tables are called the cluster
key. The cluster key is indexed using a cluster index and
its value is stored only once for multiple tables in the
cluster.
| Is This Answer Correct ? | 16 Yes | 7 No |
Answer / nihar
the related columns of the tables in a cluster is called
cluster key
| Is This Answer Correct ? | 7 Yes | 1 No |
How much memory your 10g xe server is using?
Can we write insert statement in function in oracle?
What is an oracle recycle bin?
what is Materialized view? What is a snapshot? what are the similarities and differences between Materialized views and snapshots?
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
How to delete all rows a table in oracle?
What is a oracle database?
How to turn on or off recycle bin for the session?
what r routers?
How would you optimize a slow SQL query?
How to create a new table in oracle?
What are main difference between Stored Procedure and Functions.