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 do you understand by exception handling in pl/sql?
How many types of privileges are available in sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
how do you control the max size of a heap table? : Sql dba
What are stored procedures used for?
explain the advantages and disadvantages of stored procedure? : Sql dba
what are the 'mysql' command line options? : Sql dba
What are expressions?
What is the difference between function and procedure in pl/sql?
What is data profiling in sql?
What is sql analyzer?
What is an emotional trigger?
What is audit logout in sql profiler?
what is the difference between delete and truncate commands? : Sql dba