📝 Question
#1081
Which of the following is the syntax for views where v is view name?
✓
Correct Answer
A. Create view v as “query name”;
💡
Explanation
<query expression> is any legal query expression. The view name is represented by v. 3. SELECT course_id FROM physics_fall_2009 WHERE building= ’Watson’; a) Course_id b) Watson c) Building d) physics_fall_2009 View names may appear in a query any place where a relation name may appear.
⌨️ Press
A
B
C
D
to select