0
What is the difference between sql and Mysql
Sql
6 Respostas
+ 8
You can think of MySQL as the implementation of SQL or Database Management System (DBMS) to be exact.
Some of the popular DBMS includes MSSQL, IBM DB2 & Oracle. That means MySQL can be used to host the DB and we will then write SQL to query or manipulate the records in DB.
Take note that there are slightly different SQL syntax across the vendors but you don't need worry too much about it. 😉
+ 3
One of them is mine. :)
+ 1
SQL IS A STRUCTURED QUERY LANGUAGE WHICH HAS SYNTAX AND RULES DEFINED TO EXTRACT THE DATA
MYSQL IS A PROGRAM OF SQL WHICH IS USED TO RETRIVE THE DATA FROM DATABASE
+ 1
SQL is a language, Mysql is a database based on sql.
0
hello