Home »
MCQs »
CouchDB MCQs
Which is the correct command to create a new index on a database?
39. Which is the correct command to create a new index on a database?
- POST /{db}/index
- POST /{db}/_db_index
- POST /{db}/_dbindex
- POST /{db}/_index
Answer: D) POST /{db}/_index
Explanation:
The correct command to create a new index on a database is:
POST /{db}/_index