InterviewSolution
Saved Bookmarks
| 1. |
What is attribute indicator in PL SQL? |
|
Answer» Attributes in PL/SQL are properties which let the USER reference the DATA type and structure of a PRESENT item without having to REPEAT its definition. Attributes are mainly used for EASY maintenance of database tables. |
|