InterviewSolution
Saved Bookmarks
| 1. |
What are the types of Literals in PL/SQL? |
|
Answer» Literals are syntactic representation of NUMERIC, character, string, or BOOLEAN value. The literals in PL/SQL are case-sensitive. The FOLLOWING are the literals in PL/SQL:
Examples: TRUE, FALSE
|
|