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 is a table in a database ? : Sql dba
What are the types pl/sql code blocks?
What is difference between rank () row_number () and dense_rank () in sql?
Is t sql a programming language?
what is innodb? : Sql dba
What are different types of tables in sql?
what are the limitations of identity column? : Transact sql
What is package in pl sql with an examples?
What is sql character function?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Explain two easy sql optimizations.
Is sql between inclusive?
Why does sql need a server?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
Explain the difference between cursor declared in procedures and cursors declared in the package specification?