Home »
MCQs »
TinyDB MCQs
To create a table which of the following method is used?
31. To create a table which of the following method is used?
- Db.create()
- Db.table()
- Db.new_table()
Answer: B) Db.table()
Explanation:
To create a table, db.table() is used