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

Câu 22: C100DEV: MongoDB Associate Developer

An Atlas Sample Dataset of restaurants is loaded into a database deployment. How is Data Explorer used to find all restaurants whose name is “The Rose Palace” in the Restaurants database?

Nội dung câu hỏi

An Atlas Sample Dataset of restaurants is loaded into a database deployment. How is Data Explorer used to find all restaurants whose name is “The Rose Palace” in the Restaurants database?

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. 1. Select the collection on the left-hand side.2. Select the “Aggregation” view.3. Specify the first stage as $match query: {name: “The Rose Palace”}4. Specify the following query: “$limit: 1”.
  2. B. 1. Select the collection on the left-hand side.2. Select the “Find” view.3. Select “Filter” and type {name: “The Rose Palace”}4. Click “Find” to run the query. — đáp án hiện tại
  3. C. MongoDB Data Explorer is primarily used to insert/edit/delete documents, not find them.
  4. D. 1. Select the collection on the left-hand side.2. Select the “Find” view.3. Select “Filter” and type {name == “The Rose Palace”}4. Click “Find” to run the query.

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ề