adspace
what is the difference between sql and t-sql? : Transact sql
Answer Posted / 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 View All Answers
what is bcp? When does it used? : Sql dba
what is schema? : Sql dba
how to start mysql server? : Sql dba
Does group by remove duplicates?
what are aggregate and scalar functions? : Sql dba
Is inner join faster than left join?
how to escape special characters in sql statements? : Sql dba
What is the best sql course?
what are all the common sql function? : Sql dba
what is sql server agent? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
what is collation? : Sql dba
Is primary key always clustered index?
Can delete statement be rollbacked?
what is dbms? : Sql dba