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 |
List some major differences between triggers and stored procedures?
Some queries related to SQL
What is query and its types?
Explain the storage models of OLAP?
Can anyone explain difference between Database, Data warehouse and Data mart with some example?````
What is transaction ? Give me one example.
What is an execution plan? How would you view the execution plan?
How to find index size for each index on table?
How do I setup a sql server database?
What is the importance of a recovery model?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
What is table-valued sub query?
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)