The Problem Statement is given below for your reference :
Create a table named Students to store the detailed information of the students of a school. The table should contain the following fields:
(Roll, Percentage, Rank)
Write a PL/SQL code to separately store the records having even numbered ranks and odd-numbered ranks to two different tables.