HealthAsyst interview question

what is view and why we use View in SQL?

Interview Answer

Anonymous

Feb 15, 2019

view is nothing but virtual table, which is derived from one or more then one table columns. it is used to implement the security purpose.

3