Question d’entretien chez HealthAsyst

what is view and why we use View in SQL?

Réponse à la question d'entretien

Utilisateur anonyme

15 févr. 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