Select The Correct Output For The Following Plsql Codep Pre #534
Select the correct output for the following PL/SQL code.</p> <pre><code class="language-sql">DECLARE var1 varchar2(30) := '????hello nvaeducation????'; BEGIN dbms_output.put_line(TRIM(‘?’ from var1)); END; /</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Loops, Strings and Arrays - PL/SQL Strings - Quiz No.1.
Select the correct output for the following PL/SQL code.
DECLARE var1 varchar2(30) := '????hello nvaeducation????'; BEGIN dbms_output.put_line(TRIM(‘?’ from var1)); END; /
hello nvaeducation PL/SQL procedure successfully completed.????hello nvaeducation PL/SQL procedure successfully completed.hello nvaeducation???? PL/SQL procedure successfully completed.????hello nvaeducation???? PL/SQL procedure successfully completed.