-
A view can refer to multiple tables via __________.
-
- SELECT
- GROUP
- UNION
- JOIN
- 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.