Computer Science, asked by Shajithadevi37, 9 months ago

What are the rules for naming a variable.. on the sql

Answers

Answered by meghshah05
0

Answer:

The name of a PL/SQL variable consists of a letter optionally followed by more letters, numerals, dollar signs, underscores, and number signs and should not exceed 30 characters.

By default, variable names are not case-sensitive.

You cannot use a reserved PL/SQL keyword as a variable name.

Explanation:

Similar questions