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 not equal to in oracle?
How to delete all rows a table in oracle?
State and explain the different types of data models?
List the types of joins used in writing subqueries?
select * from emp what happened internally when we write this query in the sql prompt?
What is bulk load in oracle?
How to assign a tablespace to a users in oracle?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
What is a data dictionary and how can it be created?
How to find the date and time of last updated table?