Question
What does the expression CHR(98)||CHR(98)||CHR(98) generate in SQL?
The string '999'
The string 'bbb'
The ASCII code 98 three times
An error in SQL
Submit