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
How to create your own reports in sql developer?
What is indexes?
what is the difference between myisam static and myisam dynamic? : Sql dba
How do I start sql from command line?
What is aggregate function in sql?
How do you write an inner join query?
What are tables and fields in the database?
What is the purpose of using pl/sql?
What is difference between mysql and postgresql?
What is the advantage of nosql?
Can a primary key be a foreign key?
Enlist the characteristics of pl/sql?
What is partition by in sql?
How does postgresql compare to mysql?
What is a subquery in sql?