What is view in SQL? How is it defined?
Any relation that is not part of the logical model, but is made visible to a user as a virtual relation is known as a view.
We describes view in SQL by using the create view command. The form of the
Create view command is
Create view v as