Advantage of View


Advantage of View


View provides extra security layer over the Table. View allows us to create the read-only view to expose read-only data to the specific users.

Users can only retrieve data in read-only view but cannot update it.

Comments

Popular posts from this blog

iframe vs embed vs object in HTML 5

Constructor in c#

What is the need of method overriding ???