What is cluster Key ?
Answers were Sorted based on User's Feedback
Answer / nishi
The related columns of the tables in a cluster is called the Cluster Key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / riddhi
The common column through which two or table group together in cluster is cluster key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / orawhiz
The related columns of the tables in a cluster is called the
Cluster Key.
| Is This Answer Correct ? | 0 Yes | 2 No |
can u plz provide me oca sql dumps please i need them
How to find out what privileges a user currently has in oracle?
Can we save images in a database and if yes, how?
How to delete a column in an existing table in oracle?
How does the on-delete-cascade statement work?
Explain about integrity constraint?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
What are the components of Logical database structure of ORACLE database?
How to shutdown your 10g xe server from command line?
what is IDE,DMV in sql server?
What is Undo Management Advisor in Oracle?
7. Repeat query (7) but also display all clients who have never ordered anything.