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
What is server name sql?
How do you declare a variable in pl sql?
Which version of sql do I have?
Are there any features that are decommissioned in 11g that are not present in 11g?
Is not equal in sql?
What is rownum in sql?
What is a data manipulation language?
What is the difference between clustered and non-clustered indexes?
Differentiate between syntax and runtime errors.
How does sql store data?
how to create a test table in your mysql server? : Sql dba
what is meant by nl2br()? : Sql dba
What is trigger and stored procedure in sql?
What does rownum mean in sql?
How to display Row Number with Records in Oracle SQL Plus?