DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

How will you delete duplicate records from a tab

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How will you delete duplicate records from a table ?

Delete From Table 1 Where Id In ( Select Id From Table . As Temp Group By Id Having Count(8)>1)

(Continued on next question...)

Other Job Interview Questions