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
What is the advantage of sql server?
What is msdb database? : SQL Server Architecture
What are the steps you must follow to hide sql server instances?
What are Row versions of DataRow?
What is oltp (online transaction processing)?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
Explain about link server in sql server?
How to add the custom code in Report?
Can we write trigger for view?
Can a unique index be created on a column, which contains null?
What is explicit cursors?
What is sql view?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What are null values in ms sql server?
what is the difference between openrowset and openquery?