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 happens if you add a new index to large table?
Explain differences between web edition and business edition?
What is the difference RDBMS and Graph Database?
How do you create an execution plan?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What are unicode character string data types in ms sql server?
Is mysql the same as sql server?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
What is the need for indexing?
What is the default server name for sql server?
What are subqueries in sql server?
What is the syntax to execute the sys.dm_db_missing_index_details?
Detail about query optimizer?
How do I debug a stored procedure in sql server?
What is a trigger and types of a trigger?