Rreport
Rreport
GROUP-05
SUBJECT-DBMS(CSE3001)
FACULTY-DR.DAWOOD SALEEM
------------------------------------------------------------------
-------------------------------------------------------------
-------------------------------------------------------------
LAB-04
-------------------------------------------------------------
1. Create new users in the database,Grant specific privileges to these
users, Revoke some of the privileges from these users.
-------------------------------------------------------------
13. Trigger Use & Implementation
A trigger is a special kind of stored procedure that
automatically executes (or "fires") in response to specific
events on a table or view, such as insertions, updates, or
deletions. Triggers are used to enforce business rules,
maintain data integrity, and automate actions like logging
or updating other tables when certain changes occur.
Use Of Triggers :-
-------------------------------------------------------------