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


Please Help Members By Posting Answers For Below Questions

Which are the different case manipulation functions in sql?

535


differentiate between float and double. : Sql dba

555


how to return query output in html format? : Sql dba

649


Advantages and disadvantages of stored procedure?

578


What are the different dml commands in sql?

584






What is AUTH_ID and AUTH_USER in pl/sql ?

1690


Are there any features that are decommissioned in 11g that are not present in 11g?

1591


What is the example of procedure?

520


How to display the records between two range in Oracle SQL Plus?

636


What is a sql trace file?

546


Explain what is sql*plus?

670


What is asqueryable?

529


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

1910


How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?

591


How do you optimize a stored procedure query?

563