Answer Posted / guest
If new table is not yet created,
create table new_table as select * from old_table;
if new table is already created,
insert into new table select * from old_table
provided the structure of the new table is same as old
table.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is scalar data type in pl sql?
Can we rollback truncate?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
How do you update a table in sql?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
what is datawarehouse? : Sql dba
What is sql engine in oracle?
How do I start sql from command line?
Is record in oracle pl sql?
What does count (*) do in sql?
explain the difference between bool, tinyint and bit. : Sql dba
Mention what are the benefits of pl/sql packages?
Does truncate table reset auto increment?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is pl sql script?