Is it possible to delete duplicate rows in a table without
using a temporary table ?
Answers were Sorted based on User's Feedback
Answer / saravanan
select * into #empnew from (select * from emp union select
* from emp) a
| Is This Answer Correct ? | 1 Yes | 6 No |
How important do you consider cursors or while loops for a transactional database?
What is a field in a table?
How can we call UDF(User Define Function) using C# code in ASP.net ?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What is the difference between osql and query analyzer?
What is extent? Types of extents?
What are the database roles? : sql server security
Do you know the policy based administration feature of sql server 2008?
How many types of Outer Joins?What are they?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
Is it possible to have clustered index on separate drive from original table location?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)