Wht is different between COPY option in SQL and create table new_table as select * from table_1

Showing Answers 1 - 1 of 1 Answers

Ramprasad

  • Dec 14th, 2006
 

Hi,

Through Copy command in SQL will copy a table with Data like a normal COPY command in MS-DOS.

In SQL, CREATE statement will provide flexibility to copy complete structure or partial and structure along with selected rows(DATA) or complete rows.

Hope you got it.

-Ramprasad K

HCL Technologies.

  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