Discussion :: DBMS MCQs
- Which of the following is used at the end of the view to reject the tuples which do not satisfy the condition in where clause ?
Answer : Option C
Explanation :
With check
Views can be defined with a with check option clause at the end of the view definition; then, if a tuple inserted into the view does not satisfy the view's where clause condition, the insertion is rejected by the database system.
Be The First To Comment