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 types of commands can be executed in sql*plus?
What is null in pl/sql?
how to shutdown mysql server? : Sql dba
Which is faster truncate or drop?
What is the use of %rowtype?
What is the difference between the conventional and direct path loads? : aql loader
What is sharding in sql?
What is clause?
What is sqlca in db2?
Why self join is used in sql?
How do I run pl sql in sql developer?
Differentiate between % rowtype and type record.
What is the size of partition table?
Difference between table function and pipelined function?
What is spool?