What are Clusters ?
Answers were Sorted based on User's Feedback
Answer / guest
Cluster is amechanism which is used to bind data together
such that it will improve performance while retreiving
information from a table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / furquan ahmed
Cluster is a process in which the servers are working in the
connecting form of serial for better performance.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / a.praveen kumar
It is a schema object to improve the performance of select statement which is using multiple database tables with standard join condition.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nishi
A cluster is a schema object that contains data from one or more tables, all of which have one or more columns in common. Oracle Databasestores together all the rows from all the tables that share the same cluster key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / felin dhivya
Clusters are group of stars found in sky or some other
groups
| Is This Answer Correct ? | 1 Yes | 9 No |
what is the bitmap index?
Explain the use of grant option in exp command.
How to synchronize 2 schema's objects?
How would you design a database for an e-commerce website?
What is null value in oracle?
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
How to create a server parameter file?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
How to drop an existing view in oracle?
How to export your connection information to a file?
What is the difference between 10g OEM and 11g OEM?
How to use regular expression in pattern match conditions in oracle?