Main diff between varray and nested tablea
Answer Posted / prabu t
Varray -
Can be stored in the database.
Bounded (maximum length should be given).
Delete / Remove values only from the end.
Nested Tables -
Cannot be strored in the database.
Unbounded (No maximum length).
Delete / Remove values anywhere in the table.
Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
how many triggers are allowed in mysql table? : Sql dba
what is the different between now() and current_date()? : Sql dba
Does truncate remove indexes?
define sql delete statement ? : Sql dba
What is trigger in sql?
Which software is used for pl sql programming?
What is raw datatype in sql?
How do you modify a column in sql?
Are sql database names case sensitive?
What is #table in sql?
how to convert character strings to numeric values? : Sql dba
What is sequence in sql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
what is single byte over head in oracle..?
define sql insert statement ? : Sql dba