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 convert numeric values to character strings? : Sql dba
Mention what is the plv (pl/vision) package offers?
Is mariadb a nosql database?
What is sql basics?
Which data dictionary views have the information on the triggers that are available in the database?
Is pl sql a scripting language?
How does sql*loader handles newline characters in a record? : aql loader
What do we need to check in database testing?
What is varchar example?
What is the need of merge statement?
How do I run sql profiler?
How to add a column ‘salary’ to a table employee_details?
What is the trigger in sql?
What is not equal in sql?
How can you tell the difference between an index and a view?