+ 11
What is the difference between MySQL and SQL?
Are they similar to MongoDB?
7 Answers
+ 9
they are quite different from MongoDB
http://www.thewindowsclub.com/difference-sql-mysql
SQL (Structured Query Language) is actually a standard language, and MySQL is a database managment system similar to SQL Server and others
those are Relational Database Management Systems (RDMS)
read more about the Relational Model:
https://en.m.wikipedia.org/wiki/Relational_model
MongoDB is a NoSQL database:
https://en.m.wikipedia.org/wiki/NoSQL
+ 3
@FestusMaga MySql is a database application management system while SQL is the language of database. also Oracle is a database application management syatem
+ 2
MySQL is a dialect of SQL. There are others like MSSQL or Oracle. They all have subtle deviations from SQL standard.
MongoDB is usually queried not in SQL, but a kind of JSON.
+ 2
What is the differece between English accent and English grammar? Are they similar to Latin alphabet?
+ 1
MySql is Database sql is a language to access the Database
0
SQL,MYSQL and Oracle SQL not clear
0
This sounds silly, if you know sql tables, would it be possible to write in these additional languages if they somewhat come off them? MySQL and mongol sql?