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 omit columns with default values in insert statement in oracle?
How to pass a parameter to a cursor in oracle?
what is the difference between dbms and rdbms?
What are the advantages of oracle?
What is Normalization ?
55 Answers ACS, Genpact, Graphix Solution, IBM, Keane India Ltd, TCS, Vault,
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
How to get a list of all user accounts in the database?
How to load excel data sheet to oracle database
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
23. Display the client name for all clients who have placed an order where any order line has more than 3 items. Do not use a table join anywhere in your query.
What is the dynamic sql in oracle?
How to convert numbers to characters in oracle?