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 is transaction control language (tcl)?
Can we call dml statement in function?
Can a primary key be a foreign key?
How are functions and procedures called in PL/SQL?
What is a schema? How is it useful in sql servers?
What are the 3 types of behavioral triggers?
How do you explain an index?
What is a pl/sql block?
What is clause?
How do you create an update query?
What is sql*loader?
What is structural independence and why is it important?
Can pl sql procedure have a return statement?
what is the syntax used for partition in tsql? : Transact sql
what are wild cards used in database for pattern matching ? : Sql dba