Is it possible to delete duplicate rows in a table without
using a temporary table ?
Answer Posted / preetpal kapoor
How can we delete duplicate records in a table without
using rowid() function and temporary table?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is deploy, process and build? : sql server analysis services, ssas
what is an index? : Sql server database administration
Is truncate a dml command?
How to delete duplicate rows?
Can I work with several databases simultaneously? : sql server management studio
Why should one not prefix user stored procedures with ‘sp_’?
What is data source document?
How to how to convert numeric expression data types using the convert() function??
What are advantages of ssrs or why we should use ssrs?
What is a view and what are its advantages?
What is openrowset sql server?
What are the types of indexing?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What is the difference between functions and stored procedures?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?