📝 Question
#1075
Which of the following creates a temporary relation for the query on which it is defined?
✓
Correct Answer
A. With
💡
Explanation
The with clause provides a way of defining a temporary relation whose definition is available only to the query in which the with clause occurs.
⌨️ Press
A
B
C
D
to select