InterviewSolution
Saved Bookmarks
| 1. |
If a set is a collection of values given by the select clause, The ______ connective tests for set membership(a) within(b) include(c) under(d) in |
|
Answer» Correct option is (d) in Best explanation: The in connective is used to test for the membership in a set, where the set is a collection of values given by the select clause. |
|