can i use dbms_output.put_line in a function u are telling
as return statement
Answer Posted / babu
Functions are always called by a program and its duty is to
return a value to the calling program, on the other hand,
dbms_output is used to print something to the screen and it
would not be of any significance here.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is unique key constraint? : Sql dba
What is procedure in pl sql?
What is cascade in sql?
Why we use join in sql?
What is the difference between execution of triggers and stored procedures?
What is sql*loader?
What view means?
describe transaction-safe table types in mysql : sql dba
Describe sql comments?
Who is the owner of mysql database?
Can we delete column in sql?
What are sql procedures?
Can function return multiple values in sql?
What is the difference between left join and right join?
What is the difference between the conventional and direct path loader? : aql loader