What is the syntax for creating a view?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the syntax for creating a view?
Rating:
Following is the syntax for creating a view:
[ (alias [, alias]...) ]
AS subquery
[WITH { READ ONLY | CHECK OPTION [CONSTRAINT ConstraintName] }];
where,
Rating:
Was this information helpful?
Other articles
- What is schema?
- What is system privilege?
- How many types of indexes can be created?
- What is COUNT function?
- How is top-n analysis performed?