CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 24: C100DEV: MongoDB Associate Developer

Assuming correct imports, properly instantiated MongoClient called client, and given the following Java code: What statement correctly updates a single document in MongoDB?

Nội dung câu hỏi

Assuming correct imports, properly instantiated MongoClient called client, and given the following Java code: What statement correctly updates a single document in MongoDB?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. collection.updateSingle(filter, update);
  2. B. collection.updateOne(update, filter);
  3. C. collection.updateSingle(update, filter);
  4. D. collection.updateOne(filter, update); — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề