Explain how procedures and functions are called in a PL/SQL
block ?
Answer Posted / nishi
PACKAGE NAME.PROCEDURE NAME (parameters);
variable := PACKAGE NAME.FUNCTION NAME (arguments);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does mysql support pl sql?
Which one is faster ienumerable or iqueryable?
what is the difference between a having clause and a where clause? : Sql dba
What is right join in sql?
what are the differences among rownum, rank and dense_rank? : Sql dba
What is not null in sql?
What is the use of sqlerrd 3?
Is sql low level language?
What are the two different parts of the pl/sql packages?
How would you reference column values before and after you have inserted and deleted triggers?
What is column?
Which sql most popular?
What is constant in pl sql?
What is a primary key example?
What does cursor do in sql?