Select the output of the following SQL statement : SELECT RPAD(name,10,'x') from client_table where name='TEST';
xxxxxxTEST
TESTxxxxxx
' TEST'
'TEST '