SQL (Structured Query Language) Question:
Why does the following command give a compilation error?
Answer:
DROP TABLE &TABLE_NAME; Variable names should start with an alphabet. Here the table name starts with an '&' symbol.
Previous Question | Next Question |
BETWEEN ... AND | Which system table contains information on constraints on all the tables created? obtained? |