How can we delete Duplicate row in table?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is a trigger what are the advantages of trigger?
What methods do you follow to protect from sql injection attack?
What do you understand by recursive stored procedures?
Can we create clustered index on non primary key column
20 Answers ABC, CTS,
What is the difference between insensitive and scroll cursor?
Can we use having clause without group by?
What is difference between views and stored procedures?
What are the disadvantages of indexes?
I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
Explain what are magic tables in sql server?
SQL Server Performance Tuning for Stored Procedures & reducing debugging time?
1 Answers CarrizalSoft Technologies,
Oracle (3259)
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)