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 |
What is the function of Redo Log ?
How to pass a parameter to a cursor in oracle?
How to sort output in descending order in oracle?
how do u know the total no of rows in a table?
How to call a sub procedure?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
how to insert data into partitioned table partition done by Range partition
How to end the current transaction in oracle?
What is memory advisor in Oracle?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
In Oracle 10g, "g" Stands for what?
how to unbreak sequence numbers during intereptions