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 does dml mean?
How many sql statements are used? Define them.
how to start mysql server? : Sql dba
Can we insert data into materialized view?
How do I view a sql trace file?
What is constant in pl sql?
How is a PL/SQL code compiled?
List different type of expressions with the example.
What are the two types of periodical indexes?
What is the reports view in oracle sql developer?
Write the command to remove all players named sachin from the players table.
How to get help at the sql prompt?
What is the limitation on the block size of pl/sql?
What is mutating error?
Write a unique difference between a function and a stored procedure.