Is it possible to delete duplicate rows in a table without
using a temporary table ?
Answer Posted / nithya
If u no know the ROWID then u can delete the duplicate rows.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a transact-sql statement?
How to provide values to stored procedure parameters in ms sql server?
Explain the difference between function and stored procedure?
Explain the difference between clustered and non-clustered index?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
How to see the event list of an existing trigger using sys.trigger_events?
How many replicas are maintained for each SQL Azure database?
What is isolation levels?
How we can refresh the view?
How to change a login name in ms sql server?
What is a collation?
Please explain what is “asynchronous” communication in sql server service broker?
How to convert a table data in XML format in sql server?
What do you mean by 'normalization'?
How to define and use table alias names in ms sql server?