SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

Why does the following command give a compilation error?

SQL Interview Question
SQL Interview Question

Answer:

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

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
BETWEEN ... ANDWhich system table contains information on constraints on all the tables created? obtained?