You have T-SQL on SQL Server, PL/SQL on Oracle, what’s the programming language on MySQL?
You have T-SQL on SQL Server, PL/SQL on Oracle, what’s the programming language on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thank you guys, you pointed me in the right direction, as MYSQL’s page says:
“Our aim is to support the full ANSI/ISO SQL standard, but without making concessions to speed and quality of the code.”
so it seems like the base language is SQL ANSI but they have some modifications as seen here ans here (thanks to @Kugathasan Abimaran)
You can even run in ANSI-only mode.
However, no name is given to specific language. (thanks to @mmsmatt)