Q:

SQL view is said to be updatable (that is, inserts, updates or deletes can be applied on the view) if which of the following conditions are satisfied by the query defining the view?

belongs to collection: DBMS - DATA STORAGE AND QUERYING MCQ

0

SQL view is said to be updatable (that is, inserts, updates or deletes can be applied on the view) if which of the following conditions are satisfied by the query defining the view?


  1. The from clause has only one database relation.
  2. The query does not have a group by or having clause.
  3. The select clause contains only attribute names of the relation, and does not have any expressions, aggregates, or distinct specification.
  4. All of the mentioned

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).All of the mentioned

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - DATA STORAGE AND QUERYING MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following is used at the end of the v... >>
<< Updating the value of the view...