InterviewSolution
Saved Bookmarks
| 1. |
In precedence of set operators, the expression is evaluated from(a) Left to left(b) Left to right(c) Right to left(d) From user specificationI got this question during an interview.My question comes from Relational Algebra topic in chapter Relational Algebra of Database Management |
|
Answer» Right choice is (b) Left to right |
|