dbms2
dbms2
2. Creating Functions
A Function is a named PL/SQL block that returns a value. It is used to perform
calculations or return results.
3. Creating Triggers
A Trigger is a special type of stored program that automatically executes when a
specific event occurs in the database (e.g., INSERT, UPDATE, DELETE).