The following SQL statement is issued: SELECT col1 FROM tb1 ORDER BY col1 ASC The
following results are received: 1111 AAAA Which statement is true?

A.
The encoding scheme of the table is EBCDIC.
B.
The encoding scheme of the table is UNICODE.
C.
This could never happen, this is an error and must be reported.
D.
This is expected behavior and independent of the encoding scheme.
Explanation: