Write a query to delete duplicate records in SQL SERVER
Answer Posted / anil
delete from tab_nam where
Is This Answer Correct ? | 2 Yes | 30 No |
Post New Answer View All Answers
Will count(column) include columns with null values in its count?
Tell me what is the significance of null value and why should we avoid permitting null values?
Is sql server free?
what is raid and what are different types of raid configurations? : Sql server database administration
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
Where do you find the default Index fill factor and how to change it?
what are defaults? : Sql server database administration
Can you please explain the difference between function and stored procedure?
Do you know how to send email from database?
What is the cartesian product of the table?
How many triggers you can have on a table?
What are the ways available in sql server to execute sql statements?
optimization techinques
Does the order of columns in update statements matter?
Do you know sql server 2008 backup compression?