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 / manoranjan sethy
If you want to declare fixed element then use varray.
If you want to declare any number of element at run time then use nested table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to create a new table in mysql? : Sql dba
Is sql considered coding?
What is the use of index in sql?
How to write html code in pl sql?
How do I run a sql trace?
What is partition by in sql?
what is subquery? : Sql dba
What is the difference between sum and count in sql?
Why partition by is used in sql?
Can delete statement be rollbacked?
Can you do multiple joins in sql?
What do you understand by pl/sql records?
Can we use threading in pl/sql?
Can we alter stored procedure?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?