We can create indexes on a collection’s fields but what happens when we are creating an index and that key is not present more then one document in that collection. Suppose we have a collection with following documents 1. {a:1, b:2, c:3} 2. {a:1, b:2} 3. {a:1, b:2} If we create an index on c