Home » MYSQL » MySQL Views » Question
  1. What cannot be done on a view?
    1. index
    2. drop
    3. display
    4. filter
    5. None of these
Correct Option: A

In MySQL, ‘Views’ act as virtual tables. It is not possible to create indexes on a view. However, they can be used for the views that are processed using the merge algorithm.



Your comments will be displayed only after manual approval.