can we use out parameter in a function?Give an example.
Answer Posted / friend
Actual parameter:these are the parameters where we use in
exection of a procedure
Formal parameter:these are the parameters where we use as
in and out parameters
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
what are the advantages of sql ? : Sql dba
Why do we need cursor in pl sql?
What are the usages of sql?
Is oracle and sql same?
What is the location of pre_defined_functions.
What is a temporal table?
How to select all records from the table?
what is cross join? : Sql dba
Write a sql select query that only returns each name only once from a table?
How do you rename a table in sql?
What is bulk collect in pl sql?
how many tables will create when we create table, what are they? : Sql dba
Does truncate need commit?
What is set serveroutput on in pl sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba