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 the recursive stored procedure in sql server?
What are built in functions?
How to create a login account in ms sql server to access the database engine using "create login" statements?
What is a sql join?
What is a cursor, index in sql?
Detail about query optimizer?
What is difference between unique and primary key?
What command must you use to include the not null constraint after a table has already been created?
What is difference between delete & truncate commands?
How to check status of stored procedure in sql server?
What is conditional split?
How to configure and test odbc dsn settings?
Can foreign key be deleted?
Explain the difference between function and stored procedure?
How to generate random numbers with the rand() function in ms sql server?