Question: please solve it in SQL 3) Consider the following anonymous block which you have seen in Chapter 22 to show the tools borrowed by the
please solve it in SQL 3) Consider the following anonymous block which you have seen in Chapter 22 to show the tools borrowed by the borrowers and then answer the question that follows: (1 point) declare cursor borrower cursor is select from borrower; begin for borrower rec in borrower cursor loop dbms output put line ('Borrower Name: Il borrower rec.Name); for i in 1..borrower rec Tools Count loop ToolName); dbms output put line (borrower rec Tools (i) end loop; end loop; end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
