Interviewer And Interviewee Guide

Oracle PL-SQL Interview Question:

Explain how procedures and functions are called in a PL/SQL block?

Submitted by: Administrator
Function is called as part of an expression.
sal := calculate_sal ('a822');
procedure is called as a PL/SQL statement
calculate_bonus ('A822');
Submitted by: Administrator

Read Online Oracle PL-SQL Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.