Node/Node_사전
Node_MongoDB 용어 정리
GROWNFRESH
2020. 6. 2. 16:01
-RDBMS : 흔히 쓰는 DB tool
>>RDBMS에서 Rows가 MongoDB에서는 Documents임.
예시)
AGMall, JONAHN-YOUTUBE, test : DataBase
products, sessions, users : Collection = Tables
컬랙션 내 문서들 : Documents = Rows
문서 내의 내용들 : Fields = Columns