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 a default tcp/ip socket assigned for sql server? : Sql server database administration
What is 1nf normalization form?
How to create dbo table in sql server?
What is PROJECTION Operation?
What is rs.exe utility?
Differentiate between truncate vs delete in mssql?
What is the maximum size of column in sql server?
Explain different backup plans?
What does it mean to normalize a database and why would you do it?
What is an indexing technique?
Explain log shipping?
What is the difference between varchar and varchar types?
Difference between group by clause and having clause in SQL?
What is the native system stored procedure to execute a command against all databases?
What is transact-sql ddl trigger?