| 1. |
You need to insert a row into the customer table. Which statement will accomplish this?
Please select the best answer.
|
| |
A.
|
PUT (information) INTO customer WHERE CustomerID=NEW |
| |
B.
|
SAVE (information) INTO Customer |
| |
C.
|
INSERT INTO Customer (what columns) VALUES (information) |
| |
D.
|
INSERT INTO Customer (information) |