Explain about unique identifier data type 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 the difference between Normalization and De-normalization?

0 Answers   TCS,


How does recursive cte works in sql server?

0 Answers  


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 clustered vs nonclustered index?

0 Answers  


As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?

0 Answers  






What are the recovery models in sql server 2000?

0 Answers  


What does truncate do?

0 Answers  


what is dbcc? : Sql server database administration

0 Answers  


How can I tell if sql server is 32 or 64 bit?

0 Answers  


What is partition in sql server?

0 Answers  


What happens if null values are involved in comparison operations?

0 Answers  


How to write a query with a right outer join in ms sql server?

0 Answers  


Categories