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

9. Which of the following commands is used if you want to delete the row from a table?

  1. DROP FROM table_name where condition
  2. DROP FROM TABLE table_name
  3. DELETE FROM TABLE table_name
  4. DELETE FROM table_name where condition

Answer: D) DELETE FROM table_name where condition

Explanation:

DELETE FROM table_name where condition command is used if you want to delete the row from a table.

Comments and Discussions!

Load comments ↻






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