InterviewSolution
Saved Bookmarks
| 1. |
What Is Pl/sql Table? |
|
Answer» Objects of type TABLE are CALLED "PL/SQL tables", which are MODELED as (but not the same as) DATABASE tables, PL/SQL tables USE a primary PL/SQL tables can have one column and a primary key. Cursors. Objects of type TABLE are called "PL/SQL tables", which are modeled as (but not the same as) database tables, PL/SQL tables use a primary PL/SQL tables can have one column and a primary key. Cursors. |
|