Home »
MCQs »
TinyDB MCQs
Which of the following method is used to insert an item in TinyDB?
9. Which of the following method is used to insert an item in TinyDB?
- Db.put()
- Db.input()
- Db.add()
- Db.insert()
Answer: D) Db.insert()
Explanation:
Db.insert() method is used to insert an item in TinyDB.