Using a view that was created on an original table (or on other view)
you are limited to the results of the view:
- only selected variables from origin
- only those observations fitting the conditions
- added calculated new variables
If you are not aware of the view definition you might get wrong results.
... View more