Solved

How Does the Procedure for Adding Rows to an Existing

Question 1

Multiple Choice

How does the procedure for adding rows to an existing MySQL table compare to that for populating a new table that has just been created?


A) They are identical.
B) They are similar, except you use the UPDATE command for adding rows to an existing table.
C) They are similar, except you use the ALTER command for adding rows to an existent table.
D) They require both different commands and different clauses.

Correct Answer:

verifed

Verified

Related Questions