Let's imagine a compound index
34/47
Creating Indexes
Let's look at the query plan
db.cities.createIndex( { country_code: 1, population: 1 } );