Pregunta de entrevista de HealthAsyst

what is view and why we use View in SQL?

Respuesta de la entrevista

Anónimo

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