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 oracle in java?
What privilege is needed for a user to delete rows from tables in another schema?
What is a nested table and how is it different from a normal table?
Which Oracle App Is Most Popular One ?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to run the anonymous block again?
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
how many outer joins are used in a single sql query? is there any limitations for using of outer joins?
2 Answers BOB Technologies, Cap Gemini, IBM,
Describe varray?
i want department wise maxmum salary and empolyee name
How view is different from a table?
What is Database Buffers ?