- db.customers.delete({_id: 1});
- db.customers.drop({_id: 1});
- db.drop.customers({_id: 1});
- db.customers.remove({_id: 1});
Which MongoDB shell command deletes a single document?
June 25, 2021June 25, 2021
0 Comment
Multiple choice questions & answers (MCQs),