Question for October 9, 2017

What is the difference between the ENUM and SET data types?

A
ENUM is true or false, while SET can be any value.
0%
B
ENUM must be an integer, while SET can be a character or string.
0%
C
ENUM can only be assigned one value, while SET can have multiple values.
0%
D
ENUM can only store characters, while SET can store binary data.
0%
Correct! Incorrect!     View the Enum definition.
Next →