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
Is sql an operating system?
How much does sql cost?
Is time a data type in sql?
what are all the common sql function? : Sql dba
What is difference between stored function and application function?
How does postgresql compare to oracle/db2/ms sql server/informix?
Can we use joins in subquery?
explain access control lists. : Sql dba
What is linq to sql?
What are the different sql commands?
What are the different types of functions in sql?
Is t sql a programming language?
Which is better trigger or stored procedure?
What is cross join sql?
what is cross join? : Sql dba