+ 1
What is use of views??
2 Answers
+ 4
Assuming you mean SQL views, a few good uses:
1. Simplifying your code, breaking up complex multi level queries.
2. Give DB users the data they need and hide what goes beyond that.
3. Play around with your DB without risking to ruin it or to delete data. Like a safe way to test changes.
+ 4
Views in M.V.C?