How create table structure only from tableA to TableB if
TableA have some data?
Answer Posted / mits
Create table newtablename
from oldtablename
where 1=2
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the difference between primary key and unique constraints?
Explain the relational database management system (rdbms)?
What is the usage of the sign function?
Differentiate between a local and a global temporary table?
What are the different kinds of ssrs reports?
Explain indexes disadvantages?
What is sub-query in sql server?
How to delete a login name in ms sql server?
Does partitioning improve performance?
What is cross join in sql server joins?
How many types of schemas are there?
What are the advantages to use stored procedures?
What are various aggregate functions that are available?
How to update values in a table with update statements in ms sql server?
how can you attach more than 20 ldf files in sql server