Create a procedure named 'payment_count' which accepts one output parameter p_count with number as its data type. This procedure should print the count of successful payments (response_msg as 'Successful') with alias name as 'successful_payment_count'. Hints: Procedure name : payment_count Output parameter : p_count Table used : payment_authorization Function used : count
Answers
Answered by
1
this is your answer please check
Attachments:
Answered by
0
The program for the given data will be;
IF (
SELECT
SUM
FROM
Employee
WHERE
Client Id
And ApplicationID
<> 1
BEGIN
SET @result =1
END
ELSE
BEGIN
SET @result =0
END
AS
BEGIN
IF (
SELECT
SUM ( PAYMENT SUCESSFUL)
#SPJ3
Similar questions
Art,
21 days ago
Hindi,
21 days ago
Social Sciences,
1 month ago
Physics,
1 month ago
Chemistry,
9 months ago