예:
db use foo -- 존재하지 않는 컬렉션 참조 db.non_existing_collection db['non_existing_collection'] db['non_existing_collection'].find().hasNext()
non_existing_collection 컬렉션은 데이터베이스에 존재하지 않으므로 보고됩니다.
non_existing_collection