A view can refer to multiple tables via __________
(a) UNION
(b) JOIN
(c) GROUP
(d) SELECT
(a) UNION
(b) JOIN
(c) GROUP
(d) SELECT
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right option is (b) JOIN
Best explanation: 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.