What is Index Cluster ?
Answers were Sorted based on User's Feedback
Answer / swapna
we can create Index on clusters.
syntax: create index<i_name> on cluster(cluster_name);
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nishi
A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore table can have only one clustered index. The leaf nodes of a clustered index contain the data pages
| Is This Answer Correct ? | 0 Yes | 0 No |
How to select all columns of all rows from a table in oracle?
How to establish administrator authentication to the server?
what is RAID technology?which is better RAID 0+1 OR RAID 5?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
What is recycle bin in Oracle?
How to view the tablespaces in the current database?
How to use "for" statements in oracle?
how to get the index id?
How do you rate yourself in oracle and sql server ?
What are the varoius components of physical database structure of oracle database?
Whether any commands are used for months calculation? If so, what are they?
How do I uninstall oracle client from windows?