InterviewSolution
Saved Bookmarks
| 1. |
The select operation’s function in relational algebra is identical to the _______ clause in SQL(a) where(b) from(c) select(d) none of the mentioned |
|
Answer» Correct choice is (a) where Easiest explanation: The select operation’s function in relational algebra is identical to the where clause in SQL standard. It is therefore used to check for a particular condition. |
|