Computer Science, asked by kaurparipreet, 11 months ago

what do you mean by views in mysql​

Answers

Answered by Anonymous
2

Explanation:

A view is actually a composition of a table in the form of a predefined SQL query. A view can contain all rows of a table or select rows from a table. A MySQL view can be created from one or many tables which depend on the written MySQL query to create a view.

Similar questions