can i use dbms_output.put_line in a function u are telling
as return statement
Answer Posted / hamdy
Yes we can use dbms_output.put_line in a function,
Function is a subprogram used for do some business process
or some calculations and return value.
DBMS_output.put_line used for Print something to the screen
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to run sql statements with oracle sql developer?
What is a unique constraint?
How to display the records between two range in Oracle SQL Plus?
What is cte sql?
When can we use the where clause and the having clause?
Does truncate release storage space?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
How does left join work in sql?
Can we use loop in sql?
Why do we use joins in sql?
what is single byte over head in oracle..?
What is nosql db?
difference between anonymous blocks and sub-programs.
Does mysql_real_escape_string prevent sql injection?
Are pl sql variables case sensitive?