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 |
Can we create database in oracle using command line ?
What happens to indexes if you drop a table?
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
What is bulk copy or bcp in oracle?
Write a trigger example in oracle?
What is an oracle?
How to use "startup" command to start default instance?
What are the ansi data types supported in oracle?
What is an anonymous block?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
4. Using a set operator, display the creditor number of all creditors who have ever been paid.
difference between imlicit cursor and explicit cursor ?