Reading-Comprehension
October 7, 2023UGC NET CS 2014 Dec-Paper-2
October 7, 2023Database-Management-System
Question 238 |
With the following syntax
INSERT INTO table [(column [, column…])]
VALUES (value [, value…]);
you can:
INSERT INTO table [(column [, column…])]
VALUES (value [, value…]);
you can:
Insert one row at a time. | |
Insert multiple rows at a time. | |
Insert one column at a time. | |
Insert multiple columns at a time. |
Correct Answer: A