How do you remove duplicate records from a table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is meant by temporal data?

0 Answers  


Does truncate remove indexes?

0 Answers  


Why do we go for stored procedures?

0 Answers  


What is the purpose of the sql select top clause?

0 Answers  


What is Materialized View? In What Scenario we Use Materialized View?

2 Answers   Dinesh, Marlabs,






What is the sql query to display the current date?

0 Answers  


What are the Diff B/W Cursor and REF Cursor

3 Answers   CTS,


I have 2 table A and B. In A 1 lakh record is present. In b 20 thousand data is present. To get the unique data from table A and B which join we should prefer left inner join or right outer join. Please answer.

4 Answers   GE,


What is the Subquery?

4 Answers  


How to Declare Fixed Length String Value In PL SQL

0 Answers  


what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba

0 Answers  


SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual;

10 Answers  


Categories