Use of VIEW

Describe use of VIEW in SQL Server?

  
Showing Answers 1 - 3 of 3 Answers

Krishnaveni

  • Aug 10th, 2018
 

A view is virtual table created using the real table. End users can easily access the data with out altering any table definition by using views. We can create, replace or drop the view depending on the permission access. Mainly, it is used for security purpose in SQL to avoid altering of table definition.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions