InterviewSolution
Saved Bookmarks
| 1. |
The maximum number of elements allowed in SET() is ___________(a) 16(b) 32(c) 64(d) 128 |
|
Answer» Right answer is (c) 64 Explanation: The SET type specification is very useful for storing a collection a ordered and distinct elements. The storage size required for this datatype is variable and dependent on the cardinality. |
|