| 2. |
What is wrong with the statement shown below? INSERT COLUMNS (Lastname, Firstname, Phonenumber) into BasicTable values ('Smith', 'John')
Please select the best answer.
|
| |
A.
|
The table name is not in the correct location. |
| |
B.
|
The column count does not match the input variable count. |
| |
C.
|
The table name is not listed first, followed by the columns, then the data. |
| |
D.
|
All of the above |