String functions

Report a typo

Match these function calls with their corresponding results.

Match the items from left and right columns
concat('ba', 'nana')
reverse('banana')
substr('banana', 3, 2)
char_length('banana')
replace('banana', 'n', 'l')
'banana'
'ananab'
'balala'
6
'na'
___

Create a free account to access the full topic