SELECT \* FROM Customers;SELECT City FROM Customers;SELECT DISTINCT Country FROM Customers;중복 제거 키워드 (DISTINCT)SELECT \* FROM Customers WHERE City = "
MongoDB Document 공통점, \_id 필드를 기본값으로 반드시 가지고 있어야 합니다.\_id 필드의 값은 각 Document를 구별하는 역할을 합니다.내부의 필드와 값이 똑같다 해도, \_id 값이 다르면 서로 다른 Document 가 됩니다.Document