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
Should I use mbr or gpt?
How can I see all tables in sql?
What is rank function in sql?
What is a table?
What does count (*) mean?
Explain the the delete statements in sql?
Is left join inner or outer?
Why procedure is used in sql?
what are all the different normalizations? : Sql dba
What are the types of join and explain each?
How to move files from one directory to another in pl sql?
What is normalisation and its types?
What is sql clause?
what are the performance and scalability characteristics of mysql? : Sql dba
What does fetching a cursor do?