Home » MYSQL » MySQL Views » Question
  1. A view can refer to multiple tables via __________.
    1. SELECT
    2. GROUP
    3. UNION
    4. JOIN
    5. None of these
Correct Option: D

In MySQL, a ‘View’ can refer to multiple tables. This makes it a lot simpler to execute the queries involving joins. When a selection is made from the view, the join is executed producing the results.



Your comments will be displayed only after manual approval.