Question
What does the expression CHR(99)||CHR(99)||CHR(99) produce in SQL?
The ASCII character 'c' repeated three times.
An error, as CHR cannot be concatenated.
A string of three '99' characters.
A concatenation of three separate ASCII characters.
Submit
Skip