Table A has one column, COL1, an INTEGER. Select the command below that would add a row with value 10 to the table.
A (COL1) VALUES (10)
ADD ROW TO A (COL1) VALUES (10)
SELECT A (COL1) VALUES (10)
INSERT INTO A (COL1) VALUES (10)
Answer: INSERT INTO A (COL1) VALUES (10)
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!