Back-End/MongoDB
[MongoDB] SQL vs MQL 비교 문서
유자맛바나나
2024. 5. 31. 01:22
- MQL = MongoDB Query Language
- MQL은 개발 언어처럼 함수 형태로 작성한다
- 예: db.collection.find({});
SQL과 MQL 비교
기본적인 것만 바로 참고할 수 있게 캡처함. 더 자세한 내용은 문서 들어가서 참고하기
https://www.mongodb.com/docs/v7.0/reference/sql-comparison/
SQL to MongoDB Mapping Chart - MongoDB Manual v7.0
In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about MongoDB.The following table presents the various SQL terminology and concepts and the corresponding MongoDB t
www.mongodb.com

1. Create and Alter 비교


2. Insert

3. Select



