SQL (Structured Query Language) Question:

Why does the following command give a compilation error?

Tweet Share WhatsApp

Answer:

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

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
BETWEEN ... ANDWhich system table contains information on constraints on all the tables created? obtained?