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 sql profiling in oracle?
What is record variable?
What is a temp table?
Name some usages of database trigger?
what are all the common sql function? : Sql dba
What is primary and foreign key?
What is the non-clustered index in sql?
Which sql statement is used to return only different values?
What is update query?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
Is sql an operating system?
What is scope of pl sql developer in future?
The select into statement is most often used to create backup copies of tables or for archiving records?
How does postgresql compare to mysql?
What is primary key secondary key alternate key candidate key?