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 |
i want to know about mr.b.kotravel......who has answered for second maxmium salary from employee table
How do we create privileges in oracle?
How do I find my oracle client driver version?
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
What are the four Oracle system processes that must always be up and running for the database to be useable?
How to bring a tablespace offline?
What are the sql clauses supported in the link property sheet ?
What is bulk load in oracle?
How to call a stored function in oracle?
defination of bitmap index
What would you do with an in-doubt distributed transaction?
What is a Private Synonyms ?