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
Can you pass expressions to stored procedure parameters?
List out different types of normalizations in sql server and explain each of them?
What are different types of constraints?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
Explain DBCC?
How do I create a partition table in sql server?
What are dml (data manipulation language) statements in ms sql server?
What are security principals used in sql server 2005?
Explain “row_number()” in sql server with an example?
Explain about SQLOS?
What is measure group, measure? : sql server analysis services, ssas
What is bit data type?
What are the types of joins in sql?
Write a query to find 5th highest amount paid from the customer table.
What is a system database and what is a user database?