what is the difference between sql and t-sql? : Transact sql



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

Post New Answer

More SQL PLSQL Interview Questions

Can you select everything, but 1 or 2 fields, without writer's cramp?

1 Answers  


difference between cursor and procedure in a package

3 Answers   PCS,


What is the difference between left join and right join?

1 Answers  


Which is faster truncate or drop?

1 Answers  


How do you change a value in sql?

1 Answers  


Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?

1 Answers  


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.

16 Answers  


What is dynamic query?

1 Answers  


What is the difference between truncate and drop statements?

1 Answers  


What is rename in sql?

1 Answers  


What is the use of nvl function?

1 Answers  


Is it possible to link two groups inside a cross products after the cross products group has been created?

1 Answers  


Categories