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 the difference between syntax error and runtime error?
When are we going to use truncate and delete?
What is a temporal data type?
How to create an array in pl/sql?
What is cte?
Show the two pl/sql cursor exceptions.
What are the sql versions?
Define tables and fields in a database
What are the types of dbms?
What is difference between sql and mysql?
what is sql profiler? : Sql dba
What is data type in database?
Why is sql better than hql?
What is the largest value that can be stored in a byte data field?
What is the left table in sql?