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
What are the different types of sql commands?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What are the advantages of normalization?
how to drop an existing view in mysql? : Sql dba
How do I count duplicates in sql?
What is bind reference and how can it be created?
What are sql procedures?
Why query optimization is needed?
Explain the components of sql?
what are all types of user defined functions? : Sql dba
What is pls integer?
What is java sql connection?
How do I count rows in sql query?
What is dynamic sql in pl sql?
What is duration in sql profiler trace?