HP Exam Questions

What will be the new value of jobdesc after the following UPDATE STATEMENT is executed?

The current value of the CHAR(13) column jobdesc is SQL/MX Expert. What will be the new value of
jobdesc after the following UPDATE STATEMENT is executed? UPDATE persnl.job SET jobesc = RPAD
(jobdesc, 1, ‘X’);

A.
X

B.
xQL/MX Expert

C.
Sxxxxxxxxxxxx

D.
SQL/MX Experx