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 normalization sql?
What is view? Can we update view
What are joins in sql?
what are the performance and scalability characteristics of mysql? : Sql dba
What is a string data type in sql?
Can we connect to postgresql using sql developer?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What are the steps for performance tuning.
What are the most important ddl statements in sql?
What is the limitation on the block size of pl/sql?
describe mysql connection using mysql binary. : Sql dba
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
Can I create table without primary key?
Why indexing is needed?
Why do we use subquery?