I want to compare two values in PL/SQL.
When I add a student into a class I want to track the number of students. So it increments by one per record.
And if the number of students exceeds the number of max room capacity then I want to display a message.
When I add a student into a class I want to track the number of students. So it increments by one per record.
And if the number of students exceeds the number of max room capacity then I want to display a message.