how to delete duplicate rows from a specified table(only
single table)
how do you know which join is need to be used
Answer Posted / kishor solanki @ 9904762204
create table newtable as select * from oldtable order by dupcol;
drop oldtable;
rename newtable to oldtable;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the types of subquery? : Sql dba
What is sql catalog?
What is difference between cursor and trigger?
Can pl sql procedure have a return statement?
What is sql architecture?
What is scalar function in sql?
What are the different types of a subquery?
How to Execute a Package in PL/SQL.?
What is the difference between a primary key and a unique key?
Is primary key is clustered index?
what is isam? : Sql dba
Are subqueries better than joins?
Can a procedure in a package be overloaded?
Is mariadb a nosql database?
What are the parts of a sql statement?