What is PL/SQL table ?

Answer Posted / firefly

An associative array (or INDEX-BY table) that can be
indexed by NUMBER or VARCHAR2. Elements are retrieved using
number or string subscript values. Unlike with data tables,
PL/SQL tables are stored in memory. PL/SQL Tables are
sparse and elements are unordered

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql table?

522


What are sql data types?

548


What are different types of keys?

521


How do I access sql anywhere database?

497


Name the operator which is used in the query for pattern matching?

505






What is a join query?

551


Why trigger is used in sql?

531


How can I delete duplicate rows?

564


What is t sql used for?

551


How many types of index are there?

553


Can we join more than 2 tables in sql?

491


What is a primary key example?

515


Which is better stored procedure or query?

548


Is stored procedure faster than query?

564


Show code of a cursor for loop.

584