Answer Posted / madhav
BY USING 'ON THE FLY TABLES'
CREAT TABLE EMPLOYEE AS SELECT * FROM EMP WHERE 1=2;
(FOR TABLE STRUCTURE)
-----TO INSERT THE EMP TABLE VALUES-------
INSERT INTO EMPLOYEE(SELECT * FROM EMP);
(INSERT THE EMP TABLE DATA)
SELECT * FROM EMPLOYEE;
-----------ALL THE BEST-------------
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do mean by xml datatype?
how many clustered indexes can be created on a table? : Sql server database administration
What is RAID? What are the different types of RAID configurations?
Explain the steps needed to create a scheduled job?
Should you normalize audio?
What is dknf in normalization form?
Characterize join and name diverse sorts of joins?
Define master database?
what is a traditional network library for sql servers? : Sql server database administration
What is the default sql server instance name?
How will you find out if there are expensive SQL statements running or not?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
How the authentication mode can be changed?