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?

  1. POST /{db}/index
  2. POST /{db}/_db_index
  3. POST /{db}/_dbindex
  4. POST /{db}/_index

Answer: D) POST /{db}/_index

Explanation:

The correct command to create a new index on a database is:

POST /{db}/_index

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.