Which statement(s) from following list are true for BINARY and VARBINARY data types?
A.
When BINARY values are stored, they are right-padded with null values to the specified length
B.
When VARBINARY values are stored, they are right-padded with null values to the specified
length
C.
When BINARY values are retrieved, trailing nulls are removed
D.
When VARBINARY values are retrieved, trailing nulls are removed