what are pl/sql collections?
Answer Posted / debanjan rudra
pl/sql collections are temporary table types which helps
the programmer to "temporary" manipulate data comprising
more than 1 row (i.e. not scalar).
Eg. CREATE OR REPLACE TAB AS TABLE OF VARCHAR2(100) INDEX
BY PLS_INTEGER;
In the above example "TAB" is a collection which shall be
used to temporarily store more than 1 varchar2 records.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is sql not null constraint?
What is bind variable in pl sql?
Why do we use procedures?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What is audit logout in sql profiler?
What version is sql?
How delete all data from all tables in sql?
What is pls_integer in pl sql?
What is the use of & in pl sql?
What are sql*plus environment variables?
How many sql commands are there?
What do you mean by table in sql?
What are the types of join in sql?
which types of join is used in sql widely? : Sql dba
How can check sql version from command line?