Home »
MCQs »
TinyDB MCQs
To erase data from a TinyDB database, use the ____ function
24. To erase data from a TinyDB database, use the ____ function.
- Erase()
- Delete()
- Remove()
- Del()
Answer: C) Remove()
Explanation:
To erase data from a TinyDB database, use the remove() function.