view is a data resource that represents a SQL view of a database.
A sql view supports the following data operations:
and has a structure only if the select query is valid (a view can be created with an invalid query).
It has the same URI as any relation object such as a table
catalog.schema.viewName@connection
The media type for a view is sql/view or view for short against a database system