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 |
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
What is a cursor in oracle?
7. Repeat query (7) but also display all clients who have never ordered anything.
How to experiment a data lock in oracle?
What is difference between cartesian join and cross join?
What's dateware house and what's clustor with practicle example
What is a system tablespace?
Explain an index segment?
How to find the duplicate rows count from employees table in oracle?
Give the advantages and disadvantages of clusters.
how to get count of tables in particular database in Oracle?