+ 1
What is the differences between SQL and MySQL?
I need to work with MS SQL server. Is this is the right application for me?
2 Antworten
+ 3
the SQL (Structured Quary Language) is the specific language under the W3C consorcium.It is language for managing relation database system.Noted MySQL is the specific database product owned by Oracle corporation.There are more databe systems which are compliend with the SQL standard like Oracle, MS SQL,SQLite,PostgreSQL and others.But the specification is not any salvation.Every database system has its own dialect or difference to speet up optimalization of a processing.
+ 2
SQL is a query language and mysql is a relational database management system(software/application)
I knew that these type of differences very common.
just remember one think that SQL is a language to insert, delete, update, retrieve data into mysql(database).
.
.
my English is not good so I can't explain you properly.
.
.
you should try to see youtube video