_________ terminates an operation as specified by the operation ID.
(a) db.killOp()
(b) db.kill()
(c) db.remove()
(d) none of the mentioned
(a) db.killOp()
(b) db.kill()
(c) db.remove()
(d) none of the mentioned
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (a) db.killOp()
The best explanation: Only use db.killOp() to terminate operations initiated by clients and do not terminate internal database operations.