Home » MYSQL » Mysql Setup » Question
  1. How can a view refer to multiple tables?
    1. SELECT
    2. GROUP
    3. JOIN
    4. UNION
    5. None of these
Correct Option: C

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.