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?
- Skills required for Oracle 1Z0-007 test.
- What is an outer join?
- What is the syntax for creating an index?
- What is IS NOT NULL operator?