📝 Question
#1139
Any recursive view must be defined as the union of two subqueries: a _______ query that is nonrecursive and a __________ query.
✓
Correct Answer
B. Recursive, Base
💡
Explanation
First compute the base query and add all the resultant tuples to the recursively defined view relation.
⌨️ Press
A
B
C
D
to select