InterviewSolution
Saved Bookmarks
| 1. |
State true or false: The projection operation does not distribute over the union operation(a) True(b) FalseThe question was posed to me in an internship interview.I want to ask this question from Transformation of Relational Expressions in chapter Query Processing and Optimization of RDBMS |
|
Answer» RIGHT option is (B) False Best explanation: The PROJECTION operation distributes over the UNION operation. |
|