Question: using Oracle write and run a PL/SQL block that populates the table Malasiya_Suppliers --- from the Suppliers table. Using a loop, retrieve the supplier's records
using Oracle write and run a PL/SQL block that populates the table Malasiya_Suppliers --- from the Suppliers table. Using a loop, retrieve the supplier's records and add all the suppliers from Malasiya to the Malasiya_Suppliers table. The structure of the tables is as follows: Supplier(Sup id, companyName, ContactName, Country, HomePage) Malasiya Supplier(Sup id, companyName, ContactName, HomePage)
- note: please provide a screenshot of the code and with results, if it possible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
