When should a View actually be used over an actual Table? What gains should I expect this to produce?
Overall, what are the advantages of using a view over a table?
Oh there are many differences you will need to consider
Views for selection:
Views for insertion/updates:
Drawbacks