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 to get help information from the server? : Sql dba
what is 'trigger' in sql? : Sql dba
Is join an inner join?
What is attribute indicator in pl sql?
what are the security recommendations while using mysql? : Sql dba
How do I make sql search faster?
What do you mean by stored procedures?
What are the triggers associated with image items?
What is not equal in sql?
What is set serveroutput on?
How many types of triggers exist in pl/sql?
how can we find the number of rows in a table using mysql? : Sql dba
What are the ddl commands?
What is a temporal data type?
Is sql database free?