Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
INSERT INTO table_2 (column_1, column_2, column_3) SET column_1, column_2, column_3 = SELECT column_1, column_2, column_3 FROM table_1 WHERE condition;
INSERT INTO table_2 (column_1, column_2, column_3) SELECT column_1, column_2, column_3 FROM table_1 WHERE condition;
INSERT INTO table_2 (column_1, column_2, column_3) INSERT SELECT column_1, column_2, column_3 FROM table_1 WHERE condition;
INSERT INTO table_2 (column_1, column_2, column_3) SELECT FROM table_1 WHERE condition;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!