Google News
logo
TinyDB - Quiz(MCQ)
Which of the following method is used to remove a table from DB?
A)
Db.drop()
B)
Db.drop_table()
C)
Db.remove()
D)
Db.remove_table()

Correct Answer :   Db.drop_table()


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

Advertisement