1.

With the following syntaxINSERT INTO table [(column [, column...])]VALUES (value [, value...]);you can:

A. Insert one row at a time
B. Insert multiple rows at a time
C. Insert one column at a time
D. Insert multiple columns at a time
Answer» B. Insert multiple rows at a time


Discussion

No Comment Found