Home »
MCQs »
TinyDB MCQs
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?
- Db.drop()
- Db.remove()
- Db.remove_table()
- Db.drop_table()
Answer: D) Db.drop_table()
Explanation:
Db.drop_table() is used to remove a table from DB.