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 are the two different parts of the pl/sql packages?
Can we use ddl commands in pl sql?
What does count (*) mean in sql?
Does view contain data?
What is union and union all keyword in sql and what are their differences?
Is there any restriction on the use of union in embedded sql?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
When do we use triggers?
What is mutating sql table?
What are sql objects?
Is null operator in sql?
What is difference between sql function and stored procedure?
Cite the differences between execution of triggers and stored procedures?
what are the disadvantages of mysql? : Sql dba
What are tuples in sql?