Term relationship between MongoDB ( NoSQL) and RDBMS -
MongoDB Term | RDBMS Term |
Database | Database |
Table | Collection |
Tuple or Row | Document |
Column | Field or Key |
Table Join | Embeded Document |
Primary Key | Primary Key ( default _id field) |
mongod ( DB process) | oracle/db2 /mysqld |
mongo | sqlplus/db2 client/mysql |
No comments:
Post a Comment