Home »
MCQs »
TinyDB MCQs
When you simply want to change one document, which of the following method is used?
29. When you simply want to change one document, which of the following method is used?
- Change()
- Update_all
- Update_one()
- Update()
Answer: D) Update()
Explanation:
When you simply want to change one document, the update() method is used.