To erase data from a TinyDB database, use the ____ function

24. To erase data from a TinyDB database, use the ____ function.

  1. Erase()
  2. Delete()
  3. Remove()
  4. Del()

Answer: C) Remove()

Explanation:

To erase data from a TinyDB database, use the remove() function.


Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.