In MongoDB, what is a 'covered query'?
-
A
A query satisfied entirely by an index without scanning the collection documents
-
B
A query protected by a transaction
-
C
A query that uses an encrypted index
-
D
A query with a projection that includes all fields