Home »
MCQs »
CouchDB MCQs
Which method is used to delete an existing CouchDB database using cURL utility?
17. Which method is used to delete an existing CouchDB database using cURL utility?
- REMOVE
- DELETE
- DESTROY
- DEL
Answer: B) DELETE
Explanation:
The method DELETE is used to delete an existing CouchDB database using cURL utility.