Home »
MCQs »
CouchDB MCQs
What is the command request to retrieve information about the 'student' database using cURL utility?
21. What is the command request to retrieve information about the 'student' database using cURL utility?
- curl http://127.0.0.1:5984/student
- curl http://127.0.0.1:5984/dbs/student
- curl http://127.0.0.1:5984/_student
- curl http://127.0.0.1:5984/dbs/_student
Answer: A) curl http://127.0.0.1:5984/student
Explanation:
The command request to retrieve information about the 'student' database using cURL utility is:
curl http://127.0.0.1:5984/student