InterviewSolution
Saved Bookmarks
| 1. |
What is scalar data type in PL SQL? |
|
Answer» A SCALAR data type in PL/SQL is one in which there are single VALUES with no internal components such as DATE, BOOLEAN, or NUMBER. |
|