what eliminate duplicate without using roenum and not
Answer Posted / amar_kondla
>create table table_name2 as select * from table_name1;
>drop table table_name1;
> rename tabale_name2 to table_name1;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain the select statement in sql?
What is a database event trigger?
Does sqlite need a server?
Explain dml and ddl?
What is minus?
What does the base_object_type column shows in the user.triggers data dictionary view?
Why use truncate instead of delete?
Do ddl statements need commit?
Can we create a trigger on view?
What is the cause of mutating table error and how can we solve it?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is AUTH_ID and AUTH_USER in pl/sql ?
what are the 'mysql' command line options? : Sql dba
what is cross join? : Sql dba
How to change the order of columns in Oracle SQL Plus ?