MCQs > IT & Programming > SQL > Which query can be used to copy all records from table1 into table2 provided they have the same columns?

SQL MCQs

Which query can be used to copy all records from table1 into table2 provided they have the same columns?

Answer

Correct Answer: INSERT INTO table2 SELECT * FROM table1;

Explanation:

Note: This Question is unanswered, help us to find answer for this one

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it