Answer Posted / hrindows@gmail.com
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 |
Post New Answer View All Answers
How do I exit mysql?
What is a result set object?
How database are managed?
Where is the mysql database stored?
What are the types of database engines available in mysql?
Is mysql a odbc?
Why do we use preparedstatement?
Is oracle better than mysql?
What is row locking in mysql?
What is new mysqli?
Create table employee (eno int(2),ename varchar(10)) ?
How do I start and stop mysql server?
What is query design?
What is msql?
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.