Examveda
Examveda

When using the SQL INSERT statement:

A. rows can be modified according to criteria only.

B. rows cannot be copied in mass from one table to another only.

C. rows can be inserted into a table only one at a time only.

D. rows can either be inserted into a table one at a time or in groups.

Answer: Option D


This Question Belongs to Database >> SQL For Database Construction

Join The Discussion

Related Questions on SQL for Database Construction

The DROP TABLE statement:

A. deletes the table structure only.

B. deletes the table structure along with the table data.

C. works whether or not referential integrity constraints would be violated.

D. is not an SQL statement.