DEVFYI - Developer Resource - FYI

Why does the following command give a compilation error?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

Why does the following command give a compilation error?

DROP TABLE &TABLE_NAME; Variable names should start with an alphabet. Here the table name starts with an '&' symbol.

(Continued on next question...)

Other Interview Questions