+ 24
What is difference between SQL & mysql ?
I know SQL , but I don't know about mysql , Please guide me , thanks🌹
13 Antworten
+ 13
SQL is database language but MySql is a program that understands SQL language.
+ 8
SQL stands for Structured Query Language. It is a special purpose standard programming language. SQL is used to issue instructions relating to the addition, retrieval, removal and access of data within a relational database management system. Simply put, it’s a language you can use to access data that’s stored within a database.
MySQL is an open source relational database management system (RDBMS). It is a software that’s used to store and manipulate data. Open source means “it is free to use and undergoes frequent changes to enhance security and user friendliness.” MySQL is an RDBS that is popularly used on the web as opposed to offline data management.
+ 5
SQL is structured query language and mysql is a programme which understand sql. Sql is use to manpulate data from a relational data base. However both of them have same syntax. But some may differ.
+ 3
SQL is a query language while MySQL is database software. It uses "SQL" language to query the database.
+ 2
SQL is database language but MySql is a program that understands SQL language
+ 1
Mysql understands SQL. You can write queries in SQL language and run on mysql.
Mysql is a database and sql is a language used to handle databases.
+ 1
MySql is a program that understands SQL language but SQL is database language
MySQL is an RDBS that is popularly used on the web as opposed to offline data management
0
We can ilustrate SQL as car (in general) and MySQL is Ferrari, MariaDB is Lamborghini, PostgreSQL is Porsche, and so on
0
If you know SQL, so how you don't know about MySQL?
Write here that you don't know about MSSQL, PostgreSQL etc.
This is a really analogical with car, but:
I know how drive a car, but i don't know what is a car.
0
SQL is query language to access relational database,MySQL is a database management system, there are a lot of RDBMS like PostgreSQL, Microsoft SQL etc