Which of the following commands is used if you want to delete the table?

8. Which of the following commands is used if you want to delete the table?

  1. DROP TABLE
  2. DROP TABLE table_name
  3. DELETE TABLE
  4. DELETE TABLE table_name

Answer: B) DROP TABLE table_name

Explanation:

DROP TABLE table_name is the command we use if you want to delete the table.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.