Select The Correct Output For The Following Plsql Codep Pre #535
Select the correct output for the following PL/SQL code.</p> <pre><code class="language-sql">DECLARE var1 varchar2(20) := 'hello nvaeducation'; BEGIN dbms_output.put_line(SUBSTR (var1, 8, 4)); 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(20) := 'hello nvaeducation'; BEGIN dbms_output.put_line(SUBSTR (var1, 8, 4)); END; /
nfou PL/SQL procedure successfully completed.hell PL/SQL procedure successfully completed.anfo PL/SQL procedure successfully completed.ndry PL/SQL procedure successfully completed.