Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's MySQL's SQL specific programming language name?

Tags:

sql

mysql

You have T-SQL on SQL Server, PL/SQL on Oracle, what's the programming language on MySQL?

like image 903
Milox Avatar asked Oct 27 '11 16:10

Milox


People also ask

Which programming language is used in SQL?

The SQL standard defines SQL/JRT extensions (SQL Routines and Types for the Java Programming Language) to support Java code in SQL databases.

Does SQL have its own language?

SQL is a fourth-generation language, meaning it is a scripting language that does not require compiling to run. Like most fourth-generation languages, SQL requires an interpreter that translates rather than compiles code. As with all languages, SQL has rules for issuing commands and queries.

Is Java a SQL language?

Java Language Extension is a feature of SQL Server used for executing external Java code. The relational data can be used in the external Java code using the extensibility framework. The Java Language Extension is part of SQL Server Language Extensions.

What language is SQL similar to?

Some of these alternative SQL query languages include: SchemeQL, CLSQL, ScalaQL and ScalaQuery for the Scheme and Scala dialects of Lisp, respectively. SQLStatement and ActiveRecord for Ruby. HaskellDB for Haskell.


1 Answers

SQL/PSM

like image 110
WWW Avatar answered Sep 27 '22 22:09

WWW