what command is used to create a table by copying the
structure of another table?
Answer Posted / jaydev
SELECT TOP 0* INTO tabname2 FROM tabname1
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How you provide security to cube? : sql server analysis services, ssas
1 01 101 01010
Is it important for a database administrator to understand the operating system and file access?
what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?
Explain system scalar functions?
What have included columns when we talk about sql server indexing?
What is snapshot report?
Is sql server free?
What is the difference between varchar and nvarchar?
Can we do dml on views?
How can you tell if a database object is invalid?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
What is the new security features added in sql server 2014? : sql server security
What is meant by datasource?
How to create a simple user defined function in ms sql server?