Answer to Question #76375 in Databases | SQL | Oracle | MS Access for J
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)
1
2018-04-24T08:40:13-0400
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!
Comments
Leave a comment