I have a table with the name, id, and salary fields.
I need a procedure that changes the employee's salary, if it receives one, it should raise the salary by 300 reais, in case another amount decreases the salary by 500 reais.
Do you know how this can be done?