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 are date and time data types? : Sql dba
define join and explain different type of joins? : Sql dba
State few characteristics of pl/sql?
What is the difference between sql, mysql and sql server?
What is the difference between left join and right join?
What is pl/sql table? Why it is used?
Is sql open source?
Explain two easy sql optimizations.
What do you understand by pl/sql records?
what are the type of locks ? : Sql dba
What is compute?
What is sql and also describe types of sql statements?
How many unique keys can a table have?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What are stuff and replace function?