Question: To add multiple rows to a table using existing rows in another table, you should use: It is impossible to add multiple rows using rows

 To add multiple rows to a table using existing rows in

To add multiple rows to a table using existing rows in another table, you should use: It is impossible to add multiple rows using rows of another table using a SQL command. INSERT INTO tablename1 (PKfield, field1, field2) SELECT PKID, field1, field2 FROM tablename2 ADD PKID, field1, field 2 FROM tablename2 INTO tablename1 (PKfield, field1, field2) INSERT FROM SELECT PKID, field1, field2 FROM tablename2 INTO tablename1 (PKfield, field1, field2) FROM (SELECT PKID, field1, field2 FROM tablename2) INTO tablename1 (PKfield, field1, field2)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!