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 |
What are the various constraints used in oracle?
How to handle a single quote in oracle sql?
What is an oracle tablespace?
Describe the types of sub query?
How can I create database in oracle?
What does COMMIT do ?
Which is better Oracle or MS SQL? Why?
7. Repeat query (7) but also display all clients who have never ordered anything.
how to tune oracle sql queries pls tell me step by step. urgent pls
How can windows applications connect to oracle servers?
Why we choose emp number as primarykey?
why can't we assign not null constraint as table level constraint