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 the use of prepared statement?
what is single byte over head in oracle..?
Can we use rowid as primary key?
What are the different types of joins in sql?
Differentiate between % rowtype and type record.
What is sqlservr exe?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What is using in sql?
Can you have more than one key in a database?
What is relationship? How many types of relationship are there?
how to get @@error and @@rowcount at the same time? : Sql dba
Does execute immediate commit?
What is pivot in sql?
What is view explain with example?
What is delimiter sql?