InterviewSolution
Saved Bookmarks
| 1. |
The project 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 (c) select To elaborate: The project operation’s function in relational algebra is identical to the select clause in SQL standard. It is used to list the attributes that are to be displayed. |
|