InterviewSolution
Saved Bookmarks
| 1. |
A student relation with 4 attributes is defines as R(ABCD). Which of the following query will execute without error if all attributes are numeric.A) ∏B,C(σA>20)B) σA>20(∏B,C)(A) Only A(B) Only B(C) Both(D) None |
| Answer» | |