Home »
MCQs »
TinyDB MCQs
Which query enables us to enter and update data at the same time based on the criteria?
37. which query enables us to enter and update data at the same time based on the criteria?
- Upsert()
- Insert_update()
- Enter_update()
- Indate()
Answer: A) Upsert()
Explanation:
upsert() query enables us to enter and update data at the same time based on the criteria.