how to delete duplicate rows from table in sql server
Answer Posted / vignesh chandrasekaran
select Distinct column name from Table Name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to include text values in sql statements?
What command do we use to rename a database?
Distinguish between nested subquery and correlated subquery?
How to loop through result set objects using odbc_fetch_row()?
What are different types of raid levels?
Which database stores information about replication?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
What do you understand by replication in sql server?
What is read committed?
What is the purpose of the tempdb database?
What is an inner join?
What is coalesce and check constraint in sql server?
What is difference between clustered index and non clustered index?
How do clustered indexes store data?
what is the system function to get the current user's user id? : Sql server database administration