Domanda di colloquio di HealthAsyst

what is view and why we use View in SQL?

Risposta di colloquio

Anonimo

15 feb 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