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
What is a synonym for manipulation?
How to create a scrollable cursor with the scroll option?
What are the advantages of stored procedure in sql server?
What is conditional split?
How to get a list of columns using the "sys.columns" view in ms sql server?
What is oltp (online transaction processing)?
what is blocking? : Sql server database administration
explain how to create a new schema in a database? : Sql server database administration
What are the purposes and advantages stored procedure?
How do we Backup SQL Azure Data?
Other than truncate statement, which other command can by-pass the trigger on the tables?
What is use of except clause? How it differs from not in clause?
Explain timestamp datatype?
What stored procedure can you use to display the current processes?
How to skip remaining statements in a loop block using continue statements?