Copying data across tables

In what ways can data be copied from one table to another?

Questions by sidd_130

Showing Answers 1 - 3 of 3 Answers

Neeraj Saxena

  • Apr 12th, 2013
 

You can copy the data from one table to another with the help of below Query:

Suppose dummy is the main table and we need to copy the data from dummy_120413 table.

Create tabel dummy_120413 as Select * from dummy;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions