str is a multi-byte character string which contains five two-byte characters. What will be the result of the following SQL statement?
SELECT LENGTH(str), CHAR_LENGTH(str)
A.
5, 5
B.
NULL, NULL
C.
10, 5
D.
5, 10
str is a multi-byte character string which contains five two-byte characters. What will be the result of the following SQL statement?
SELECT LENGTH(str), CHAR_LENGTH(str)
str is a multi-byte character string which contains five two-byte characters. What will be the result of the following SQL statement?
SELECT LENGTH(str), CHAR_LENGTH(str)
A.
5, 5
B.
NULL, NULL
C.
10, 5
D.
5, 10