A literal is an explicit numeric, character, string, or boolean value not represented by an identifier.

A literal is an explicit numeric, character, string, or boolean value not represented by an identifier. Correct Answer True

In PL/SQL, a literal is equivalent to a constant. They are case-sensitive. A literal is a value that is not represented by an identifier; it is simply a value. For example, TRUE, 100, NULL, ‘sanfoundry’ are all literals.

Related Questions