Page 1 of 1

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
by answerhappygod
Q4 Write A Pl Sql Procedure For The Following Details 20 Points Players Playerld Firstname Lastname Marketvalue 1
Q4 Write A Pl Sql Procedure For The Following Details 20 Points Players Playerld Firstname Lastname Marketvalue 1 (21.86 KiB) Viewed 16 times
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.