Question: A following code is NOT a correct way to call a SumSalary Function VARIABLE sal NUMBER: Execute :sal := SumSalary( 101, 'accounting); B. Execute dbms_output.Put_line(SumSalary(

 A following code is NOT a correct way to call a

A following code is NOT a correct way to call a SumSalary Function VARIABLE sal NUMBER: Execute :sal := SumSalary( 101, 'accounting); B. Execute dbms_output.Put_line(SumSalary( 101, "accounting')); VARIABLE sal NUMBER: Execute sal := SumSalary( 101, 'accounting'); D Select emp_name, emp_Id, SumSalary( 101, 'accounting) from Employees

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!