Home »
MCQs »
TinyDB MCQs
The number of documents in a database can be obtained, using which of the following query?
38. The number of documents in a database can be obtained, using which of the following query?
- All()
- List()
- Len()
- Number()
Answer: C) Len()
Explanation:
The number of documents in a database can be obtained, using the len() query.