Examveda
Examveda

To update an SQL view, the DBMS must be able to associate the column(s) to be updated with:

A. a particular column in a particular underlying table.

B. a particular column in a particular row.

C. a particular row in a particular underlying table.

D. None of the above is correct.

Answer: Option C


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.