How to create a procedure in oracle using SQL developer
Need to create a procedure that will perform an update. I attached an example screenshot of what I have attempted with no success. Any help will greatly appreciated.
UPDATE WAREHOUSE_LEVEL SET QTY_MIN = '0', QTY_MAX = '0' WHERE WHS_AUTO_KEY = '31'
Open in new window
Check the updated Data
Open in new window
OUTPUT
Open in new window
Read for more details - https://www.mkyong.com/oracle/oracle-stored-procedure-update-example/