What will be the result of the following SQL statement?

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *