View MSSQL Tutorial

CREATE VIEW 
AS

The above syntax just represents the minimum, of course, but it's still all we need in a large percentage of the situations. The more extended syntax looks like this:
CREATE VIEW  [()]
[WITH [ENCRYPTION] [,SCHEMABINDING] [, VIEW_METADATA]]
AS

WITH CHECK OPTION