how to delete duplicate rows from table in sql server
Answer Posted / swapna
We can delete duplicate rows from table by using distinct
command.
| Is This Answer Correct ? | 10 Yes | 35 No |
Post New Answer View All Answers
How to define output parameters in stored procedures?
How to list all field names in the result set using mssql_field_name()?
What is join query?
What is executereader?
What is the difference between functions and stored procedures?
Define synonym?
What is an expensive query?
How to update multiple rows with one update statement in ms sql server?
Explain the properties of a relational table?
How to insert data with null values?
what stored procedure would you use to view lock information? : Sql server administration
What is store procedure? How do they work?
Explain error handling in ssis?
What is normalization according to you and explain its different levels?
What is single-user mode?