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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

0 Answers  


How many tables can a sql database have?

0 Answers  


What is a unique key and primary key and foreign key?

0 Answers  


Can a table contain multiple primary key’s?

0 Answers  


Can 2 queries be executed simultaneously in a distributed database system?

0 Answers  






what is HASH join?

2 Answers   Genpact, HCL,


What is schema in sql?

0 Answers  


Are subqueries faster than joins?

0 Answers  


Show code of a cursor for loop.

0 Answers  


How does sql*loader handles newline characters in a record? : aql loader

0 Answers  


What is a trigger in sql?

0 Answers  


What is dbo in sql?

0 Answers  


Categories