Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

Which of the following commands will you use in the PL/SQL block if you wish to run a simple program that will display a string 'Hello User!'?

 
dbms_output.put_line(Hello User!);
put_line(Hello User!);
Console.writeline(Hello User!);
Document.writeline(Hello User!);
None of these

Reply


Please type your answer before submitting.
Submit

Unless I crazy, dbms_output.put_line(Hello User!) is not the right answer, you need quotes around the string contents in parenthesis....