Which of the following command is used to get all the indexes on a collection?
db.collection.showIndexes()
db.collection.findlndexes()
db.showIndexes()
db.collection.getlndexesQ
Submit