0 votes
in Sql by
What is a View?

1 Answer

0 votes
by

A view is a virtual table that contains data from one or more tables. Views restrict data access of the table by selecting only required values and make complex queries easy.

...