InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. If False, explain why.PL/SQL does not have data types or variables. |
|
Answer» False. PL/SQL has all features of a structured programming language including data types, variables, subroutines, modules and procedural constructs. |
|