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. |
|