SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

SQL

In what situation would you prefer ANSI SQL over TSQL?

2nd Jul 2019, 2:14 AM
Sanjay Kamath
Sanjay Kamath - avatar
3 Answers
+ 1
You are trying to compare apples to pears. ANSI SQL means the official description of the sql standard. The implementations of this standard are the specific 'flavors' or 'dialects' used by database engines, such as MySQL, PostgreSQL or MSSQL. TSQL is a procedural scripting language that can extend the capabilities of the query language, and it is used exclusively in Microsoft' database products (MSSQL). Other databases have different scripting capabilities, e.g. Oracle db has PL/SQL.
2nd Jul 2019, 5:26 AM
Tibor Santa
Tibor Santa - avatar
+ 8
If this is more opinion side question, please post this in the feed...Thanks
2nd Jul 2019, 2:38 AM
JTLZ
0
SQL
2nd Jul 2019, 5:03 AM
leoveris contreras
leoveris contreras - avatar