what are pl/sql collections?
Answer Posted / pradeep
A collection is an ordered group of elements, all of the
same type. It is a general concept that encompasses lists,
arrays, and other familiar datatypes. Each element has a
unique subscript that determines its position in the collection.
PL/SQL offers these collection types:
* Index-by tables,
* Nested tables
* Varrays
| Is This Answer Correct ? | 50 Yes | 2 No |
Post New Answer View All Answers
What is the function that is used to transfer a pl/sql table log to a database table?
What is delete command in sql?
Can instead of triggers be used to fire once for each statement on a view?
how to do backup entire database? : Transact sql
How many clustered indexes can be created on a table?
What is the difference between syntax error and runtime error?
Is natural join same as inner join?
How can I see all tables in sql?
What is the use of <> sql?
What are the sql commands?
Define tables and fields in a database
What is thread join () in threading?
What is the difference between between and in condition operators?
What is varchar example?
What are the sql aggregate functions?