MongoDB – Comparison with RDBMS
Here is the clear comparison between RDBMS (Relational Database Management System) and MongoDB: RDBMS MongoDB Database Database Table Collection Tuple/Row Document Column Field Table Join Embedded Documents Primary Key Primary Key (Default key _id...
Recent Comments