Answers for "to display the output in pl/sql what statement is used"

SQL
3

pl sql output

dbms_output.put_line("YOUR MESSAGE");
Posted by: Guest on February-17-2020
1

pl sql output

dbms_output.put_line('hello world!');
Posted by: Guest on March-08-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language