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 inbuilt functions in sql?
Explain exception handling in pl/sql?
What is pls integer?
Why having clause is used in sql?
Is sql better than excel?
How many clustered indexes can be created on a table?
What is the max nvarchar size?
How to select unique records from a table?
what is the command line end user interface - mysql? : Sql dba
What is query optimization in sql?
What is clustered and nonclustered index in sql?
Explain the uses of a database trigger?
What are the popular database management systems in the it industry?
Define the select into statement.
What type of database is cloud sql?