1.

A view can refer to multiple tables via __________(a) UNION(b) JOIN(c) GROUP(d) SELECTI had been asked this question in semester exam.Question is from Using Views in section Using SQL to Manage Data of MySQL

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions