See Quiz 8 Review
Understand the operations you may perform on a TinyDB component including the following:
Assume you have a TinyDB database that stores the following information:
Tag
score
date
Value
50
3/14/14
Show the database after the following operation is performed:
TinyDB.ClearTag - tag="date"
What is the result of the following operation?
TinyDB.GetValue - tag="user", valueIfNotNotThere="no user"