Oracle Database Function
( Create
& Call )
In the
name of Allah, Most Gracious, Most Merciful
Praise
be to Allah, blessing and peace be upon our prophet Mohammed, his family and
his companions. After that,
This is just an example of Oracle Database Function to show you how can we create and call it as an individual database function not related to any PL/SQL package. Later on, In shaa Allah, we will declare and implement it with it's related database functions in a new package called a trans_pkg.
Now, let's start the current task definition.
Task Definition:
1- Get the maximum quantity for each item stored in a specific storage area.
2- Update its maximum quantity in the transaction table.
2- Update its maximum quantity in the transaction table.