MongoDB is not a SQL database, it is a document database.
Download Mongodb compass (The GUI for MongoDB)
https://www.mongodb.com/try/download/compass
Also you have to download mongodb community.
https://www.mongodb.com/try/download/community
-------------------****************---------------------
Also you can use MongoDB Atlas for cloud database.
---------------------***************-----------------------
In mangodb, you can say, collections are your tables.
And documents are your data(records)
-----------------------
To find the data in filter(in mongodb compass), enter below code
{ Country: "Brazil" } |
------------------------------***********************---------------------------
Mongodb tutorials :- https://docs.mongodb.com/compass/current/query/filter/
No comments:
Post a Comment