Answer Posted / monty
if you have a table employee you can create duplicate
record using into statement
select *into backup_employee from employee
the above statement create new table backup_employee with
same data of employee
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are date and time intervals? : Sql dba
what are the different type of sql's statements ? : Sql dba
Is left join same as inner join?
Is sql pronounced sequel or sql?
What is indexes?
what is union? : Sql dba
What is a record in pl/sql?
Is it possible to create the following trigger: before or after update trigger for each row?
What does desc stand for?
Mention what pl/sql package consists of?
What is dbo in sql?
What is the difference between the sql*loader and import utilities? : aql loader
Why we use joins in sql?
Is sql a case sensitive language?
What is %rowtype in pl sql?