What is pl/sql table? Why it is used?
Answer / Ghanistha Kumar Maury
A PL/SQL table is a programmable, temporary in-memory table created by the DECLARE TABLE command. It does not reside on disk and gets destroyed when the program ends. It is used to store and manipulate data during the execution of a PL/SQL block or procedure. Its main advantage is that it allows the creation of complex data structures that can be easily manipulated without requiring DDL commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
consider a table which contain 4 columns,ename,eno,sal and deptno, from this table i want to know ename who having maximum salary in deptno 10 and 20.
What is varchar example?
Explian rowid, rownum?
what is data integrity? : Sql dba
What are the types of variable use in pl sql?
Can we call procedure in select statement?
What are tables and fields?
how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
Which data type is a composite type?
What is the difference between local and global temporary table?
What do you mean by rowid?
Which data dictionary views have the information on the triggers that are available in the database?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)