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
How is a PL/SQL code compiled?
What are types of indexes in sql?
Explain the select statement in sql?
How do you write a complex sql query?
What is partition by in sql?
Can we use ddl statements in stored procedure sql server?
What language is oracle sql developer?
What is difference between left and right outer join?
How to use sql statements in pl/sql?
Is inner join same as self join?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What is the maximum rows in csv?
what is primary key? : Sql dba
What is the execution plan in sql?
How do I add a primary key to a table?