why should required nested tables, Object types, partition
tables and varying arrays. what is the difference between
these are all. give me example with explanation.
Answer Posted / suresh kumar somayajula
V-Array is an Ordered set of elements.It's having Maximum
size and you can't delete individual elements. V-Arrays are
dense.
Nested Table is an un-orderes set of elements.It doesn't
have maximum size and you can delete individual elements
from Nested Tables . Nested Table can be Parse.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is native sql query?
How to start oracle sql developer?
Can we edit a view in sql?
What are the different parts of a package?
how can we know the count/number of elements of an array? : Sql dba
What is a full join?
What is the difference between the implicit and explicit cursors?
Explain the rollback statement?
What is the difference between unique and primary key constraints?
What is oracle pl sql developer?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Is json a nosql?
What is using in sql?
What are the different schemas objects that can be created using pl/sql?
what are tables and fields? : Sql dba