can i use dbms_output.put_line in a function u are telling
as return statement
Answer Posted / manoj
I agree with Babu with that there is no significance of
dbms_output...in the function..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a rank in sql?
What is the difference between function and procedure in pl/sql?
What is numeric function sql?
What are the basic sql commands?
what is data integrity? : Sql dba
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What is autocommit sql?
What are data types in pl sql?
Which is faster subquery or join?
Can we create view in stored procedure?
how to use myisamchk to check or repair myisam tables? : Sql dba
what are properties of a transaction? : Sql dba
How to add a column ‘salary’ to a table employee_details?
Why is there a need for sqlcode and sqlerrm variables?
What is procedure explain with example?