what is the difference between sql and t-sql? : Transact sql
Answer / Pushkar Gupta
The main difference between SQL (Structured Query Language) and T-SQL (Transact-SQL) lies in their dialects. SQL is a standard language for managing and manipulating databases, while T-SQL is an extension to SQL that is specific to Microsoft's SQL Server database management system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you select everything, but 1 or 2 fields, without writer's cramp?
difference between cursor and procedure in a package
What is the difference between left join and right join?
Which is faster truncate or drop?
How do you change a value in sql?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.
What is dynamic query?
What is the difference between truncate and drop statements?
What is rename in sql?
What is the use of nvl function?
Is it possible to link two groups inside a cross products after the cross products group has been created?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)