InterviewSolution
Saved Bookmarks
| 1. |
What is datatype set |
|
Answer» A SET is a string object that can have zero or more values, each of which MUST be CHOSEN from a list of permitted values specified when the table is created. SET column values that CONSIST of multiple set members are specified with members separated by commas (,). A CONSEQUENCE of this is that SET member values should not themselves CONTAIN commas. |
|