Jump to content

The difference between MySQL and SQL


Ahmed Ashraf

Recommended Posts

SQL stands for Structured Query Language, that is used for accessing database to manipulate data stored in those databases.

MYSQL is a open source database management system, mostly used in a Linux server environment that uses SQL.

MSSQL (MicroSoft - SQL) is a NON open source database management system, by Microsoft (and therefore expensive) and mostly used in Microsoft server environment that uses SQL.

Link to comment
Share on other sites

  • 6 months later...

SQL stands for Structured Query Language. It’s a standard language for accessing and manipulating databases. MySQL is a database management system, like SQL Server, Oracle, Informix, Postgres, etc. MySQL is an RDMS (Relational Database Management System).

When considering a utility for data management the two most popular choices are MySQL and SQL Server. Both are efficient at keeping your data organized and readily available through a user interface. Both technologies have the concept of the schema (that is table storage) for data storage.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...