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 happens if you no create privilege in a database? : Sql dba
Do we need commit after truncate?
What does trigger mean in slang?
When is the explicit cursor used ?
Why we use sql profiler?
Can variables be used in sql statements?
Is pl sql different from sql?
Can you have a foreign key without a primary key?
what is row? : Sql dba
what are null values? : Sql dba
what are integrity rules?
Differentiate between sga and pga.
how do you know the version of your mysql server? : Sql dba
What is t sql used for?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?