How to a Query to copy data from on table to another table.
Answer Posted / abhik kumar basu
SELICT * INTO A1 FROM A2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When to use null data driven subscription?
What are ddl (data definition language) statements for tables in ms sql server?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
How sql server executes a statement with nested subqueries?
What the difference between UNION and UNIONALL?
can a table be moved to different filegroup? : Sql server administration
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
How to enter binary string literals in ms sql server?
What is rtm version in sql server?
What is 5nf in normalization form?
When would you use the stored procedures or functions?
What is data source object?
Which are the third-party tools used in sql server and why would you use them?
What is clustered vs nonclustered index?
What is a DBMS, query, SQL?