WHAT IS THE DIFF B/W TRIGGER AND VIEWS AND THEIR IMPORTANCE IN DBMS
sai
Select an image from your device to upload
Triggers can only be implemented on tables or views Trigger fired implicitely that is whenever events like insert/update/delete are fired.
Views: Views are the Virutal Table means that The data accessible through a view is not stored in the database as its own object. It’s stored in the underlying tables that make up the view.