Multiple Choice
A user can perform a DML operation (add,modify,delete) on a simple view if it does not violate which type of existing constraint on the underlying base table?
A) PRIMARY KEY
B) WITH CHECK OPTION
C) UNIQUE
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q47: A view can be created to simplify
Q48: Which of the following options will prevent
Q49: Rows cannot be added through a complex
Q50: An ORDER BY clause can be used
Q51: The _ constraint ensures that any DML
Q53: A view cannot be given the same
Q54: The column names used in the view
Q55: If a view was created with the
Q56: A(n)_ is a database object that can
Q57: Any DML operation can be performed on