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 are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
how to get a list of all tables in a database? : Sql dba
What is the need of merge statement?
Does user triggers have entry for trigger with compilation errors?
What is record in pl sql?
What is cursor and why it is required?
Explain what is sql*plus?
How many functions are there in sql?
Can we use the cursor's to create the collection in PL/SQL?
What does the acronym acid stand for in database management?
What is auto increment?
What is use of package in pl sql?
Is sql an operating system?
What are predefined functions in sql?
What are different functions in sql?