What are the pros/cons of using a synonym vs. a view?
They are different things. A synonym is an alias for the object directly, a view is a construct over one or more tables. Some reasons to use a view: May need to filter, join or otherwise frig with the structure and semantics of the result set May need to provide legacy support for an underlying … Read more