Is it possible to delete duplicate rows in a table without
using a temporary table ?
Answer Posted / ruban
Use ROWID function. It's available only sql server 2005 and
greater
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between nvl and nvl2?
How to create a simple user defined function in ms sql server?
Different types of keys in SQL?
Tell me can we use custom code in ssrs?
What are logical database components? : SQL Server Architecture
How to query multiple tables jointly?
Explain difference between cross join and full outer join?
Explain log shipping and mention its advantages.
Define cursor locking
What is nonclustered index with included columns ?
What are functions in the sql server?
What are ddl (data definition language) statements for tables in ms sql server?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
Explain about link server in sql server?
Explain indexed views?