What is a cluster?
Answers were Sorted based on User's Feedback
Answer / amme singh
cluster is nothing bt for little information is
cluster is joining more dn 1 table in group is called cluster...
logically more dan 1 tables bt
physically it shows 1... thats called cluster
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / radhika
cluter is nothing but similar items put together i.e .
groupd form.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is flashback in Oracle?
Which is better Oracle or MS SQL? Why?
Is insert autocommit in oracle?
Explain about achiever in sql?
cursor attributes are %isopen ,%notfound,%found,%rowcount but is any attributes there other than these? please tell me asap ..
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?
Can we save images in a database and if yes, how?
how to select second mauximum value in a given table under salary column
Differnce between view and index
What is the maximum number of CHECK constraints that can be defined on a column ?
What are the Limitations of a CHECK Constraint ?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.