SA-MP Forums Archive
MySQL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: MySQL (/showthread.php?tid=600170)



MySQL - Sanady - 04.02.2016

Hello all, I am confused, is MySQL programming language or database language? I need this for my Curriculum Vitae (CV) for faculty.


Re: MySQL - Kyle - 04.02.2016

Yes, it is a programming language but designed for the use of databases.


Re: MySQL - Cypress - 04.02.2016

If you don't know what MySQL is why do you add it up in your CV...

Also apart from SA-MP forums, ****** still exist and it's more useful when it comes to questions not related or even related to SA-MP, basically everything.. You should know.

https://dev.mysql.com/doc/refman/5.7...-is-mysql.html


Re: MySQL - Sanady - 04.02.2016

Quote:
Originally Posted by Cypress
Посмотреть сообщение
If you don't know what MySQL is why do you add it up in your CV...

Also apart from SA-MP forums, ****** still exist and it's more useful when it comes to questions not related or even related to SA-MP, basically everything.. You should know.

https://dev.mysql.com/doc/refman/5.7...-is-mysql.html
I know what is MySQL but I don`t exactly remeber in which part of are they sorting MySQL, just asking regularly, becouse on the web I found too many answers... Different answers.


Re: MySQL - Sanady - 04.02.2016

Nevermind I found answers... Thanks in advance.


Re: MySQL - Cypress - 04.02.2016

Quote:
Originally Posted by KyleSmith
Посмотреть сообщение
Yes, it is a programming language but designed for the use of databases.
MySQL isn't a programming language. SQL = Structured Query Language which you use among programming languages such as PHP.

MySQL is a database management system which uses SQL, obviously.

Thus, you can find a lot of definitions, but the most trustful one, is the site of mysql itself.