What is clusters ?
Answers were Sorted based on User's Feedback
Answer / aniruddha singh rajput
Cluster is a databse schema that contains the common data
together in form of column/columns from more than one
tables.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sawant
Group of tables physically stored together because
they share common
columns and are often used together is called Cluster.
| Is This Answer Correct ? | 0 Yes | 0 No |
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
what are steps for interface? where is exchange rate defined in which table?
what is the use of rank function?
What are triggers in oracle?
A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?
How to get a create statement for an existing table?
What does sharding mean?
Where are the settings stored for each instance in oracle?
how to hide the stored procedure inside a package
ABOUT IDENTITY?
How to return top 5 rows in oracle?
Explain the difference between a procedure and a function? What do you understand by those terms?