Skip to content

Commit 01c9fbe

Browse files
committed
MongoDB 질문에 대한 해답 추가
1 parent cf9f777 commit 01c9fbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,9 @@ print("hello world!")
477477
<details>
478478
<summary>MongoDB에 대해서 간단히 설명해주세요.</summary>
479479
</br>
480-
<p></p>
480+
<p>MongoDB는 문서 지향적인 NoSQL 데이터베이스로 대량의 비정형 데이터를 다루는 데에 강점을 보입니다. 문서(Document)란 데이터베이스의 종류이며, 그 도큐먼트들을 모은 것을 컬렉션이라고 설명할 수 있을 것 같습니다.</p>
481+
<p>또한 MongoDB는 JSON 형식의 문서로 데이터를 저장합니다. 따라서 app의 요구사항에 맞춰 데이터를 조직화할 수 있다는 장점이 있습니다.</p>
482+
481483
</details>
482484

483485
<details>

0 commit comments

Comments
 (0)