Which of the following method is used to remove a table from DB?

33. Which of the following method is used to remove a table from DB?

  1. Db.drop()
  2. Db.remove()
  3. Db.remove_table()
  4. Db.drop_table()

Answer: D) Db.drop_table()

Explanation:

Db.drop_table() is used to remove a table from DB.

Comments and Discussions!

Load comments ↻






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