Answer Posted / sohini
Composite datatypes in Oracle are those which have internal
component.Date,number,character,boolean are Scaler data
types which have no internal Component.there are two types
of Composite datatype:
1.Records: they are used to store dissimpilar data as a
logical unit.E.g if employee is a record then emp
id,salary,department can be its various components which
together form the record.Records can be user defined
records or delared using %rowtype based of row of table or
view.
2.Collections:They again have sub-types as nested
table,index by table and varrays.They are similar to arrays
which are used to store similar data in the form of arrays.
Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
State some uses of redo log files?
How to create additional tablespaces for an new database?
query optmization techniques and quwry analyser+projects+ppts
What do you mean by group by clause?
When do we use group by clause in a sql query?
What is the sid in oracle?
What is set operator oracle?
Does oracle database need java?
What is a read write transaction in oracle?
How to start instance with a minimal initialization parameter file?
How do we get field details of a table?
Difference between the “verify” and “feedback” command?
How do you tell what your machine name is and what is its IP address?
how to handle exceptions in post production
What are the various constraints used in oracle?