Menu

[solved] – Question 76375

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)

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *