What are the difference between mongodb and mysql?
MONGO DB
The representation of data in MongoDB is totally different from Mysql, as in MongoDB data is represented in the collection of JSON documents.
MongoDB is an object-oriented database
MYSQL
The representation of Mysql database is totally different form Mongodb, as in Mysql data is stored in the form of tables (Row and columns).
Mysql is a structured query database.
Is This Answer Correct ? | 0 Yes | 0 No |
How do I automate a backup in mysql?
How is oracle different from mysql?
How to insert dynamic values in mysql using php?
How do you determine the location of mysql data directory?
How to get the current date in mysql?
How do I create a mysql database?
What does mysqli_fetch_assoc do?
Where is mysql used?
What is the purpose of using a heap table?
Is pdo faster than mysqli?
Are stored procedures precompiled?
Is mysql a server or database?