Q4. Write a pl/sql procedure for the following details: [20 points] Players (Playerld, FirstName, LastName, MarketValue,
Posted: Thu Jul 14, 2022 2:06 pm
Q4. Write a pl/sql procedure for the following details: [20 points] Players (Playerld, FirstName, LastName, MarketValue, JerseyNo, Clubld) Club (Clubld, ClubName, ClubAddress, ClubEstablishedYear) Using the two tables above, write a procedure that will take Club Name (text) and market value (number) as an input parameter, save the total number of players for entered club with less market value than entered to an output parameter.