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 |
12. Display the client name in upper case only and in lower case only.
What is open database communication (odbc) in oracle?
What is the parameter mode that can be passed to a procedure?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
What is self-referential integrity constraint ?
How to define a variable of a specific record type?
How index is implemented in oracle database?
What is oracle server autotrace in oracle?
What to do if dba lost the system password?
what is the syntax of INSERT command?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
How to rename an index?