Home » MYSQL » MySQL Views » Question
  1. Views are not updatable.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: A

In MySQL, some ‘Views’ are updatable. The operators ‘INSERT’, ‘DELETE’ and ‘UPDATE’ can be used. They can be operated on the ‘Views’ to make changes to it. A table can be created and set as a view.



Your comments will be displayed only after manual approval.