How create table structure only from tableA to TableB if
TableA have some data?
Answer Posted / karthik
Create table emp1
as
select * from emp
where 1=2
It will give the structure of the table.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How to enter unicode character string literals in ms sql server?
What are the advantages dts has over bcp?
What are scalar functions in sql?
What is raid? : SQL Server Architecture
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
How and why use sql server?
What is sql profiler. What are the default templates with it? : sql server database administration
Explain the dbcc pintable command when would you use it?
Explain the functionalities that views support?
What is the maximum size per database for sql server express?
Why do we use functions?
How to return the second 5 rows in ms sql server?
How do you rename a table in sql server?
What is normalization according to you and explain its different levels?