Google News
logo
PL/SQL - Interview Questions
What do you understand by PL/SQL table?
PL/SQL tables are nothing but objects of type tables that are modeled as database tables. They are a way to provide arrays that are nothing but temporary tables in memory for faster processing.

These tables are useful for moving bulk data thereby simplifying the process.
Advertisement