DATABASE CONNECTIVITY Adms
DATABASE CONNECTIVITY Adms
DATABASE CONNECTIVITY Adms
• In MongoDB, each individual records are • In MySQL, each individual records are
stored as ‘documents’. stored as ‘rows’ in a table.
Documents belonging to a particular class or • A ‘table’ is used to store rows (records) of
group as similar type.
• stored in a ‘collection’.
Example: collection of users.
• MongoDB was designed with high • MySQL concept does not allow efficient
availability and scalability in mind, and replication and sharding but in MySQL one
includes out-of-the-box replication and can access associated data using joins which
sharding. minimizes duplication.
IMPLEMENTION
CONCLUSION
THANK YOU