What is tcl in sql server?


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

Post New Answer

More SQL Server Interview Questions

What is a NOLOCK?

3 Answers   NA,


I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30

13 Answers   DELL,


What is difference between foreign key and unique key?

0 Answers  


What are the different types of lock modes in sql server 2000?

0 Answers  


How you can get the list of largest tables in a database?

0 Answers  






How to rebuild master databse?

0 Answers  


What are sql server functions?

0 Answers  


What are the different sql server versions?

0 Answers  


How do you create type- insensitive operator?

0 Answers   EXL,


What is unpivot?

0 Answers  


How to restore performance issues and how to check?

0 Answers  


What is trace flag in sql server?

0 Answers  


Categories