What is the purpose of a cluster?
Answer / nishi
Oracle does not allow a user to specifically locate tables, since that is a part of the function of the RDBMS. However, for the purpose of increasing performance, oracle allows a developer to create a CLUSTER. A CLUSTER provides a means for storing data from different tables together for faster retrieval than if the table placement were left to the RDBMS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give the Types of modules in a form?
primary key is foreign key for the same table?
What is recovery manager in Oracle?
How to retrieve values from data fields in record variables?
What is the best way to do multi-row insert in oracle?
ABOUT IDENTITY?
How to recover a dropped table in oracle?
what is null value?
How to end the current transaction in oracle?
How to create a table index in oracle?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
What is the difference between PFILE and SPFILE in Oracle?