WHAT IS THE DIFF B/W TRIGGER AND VIEWS AND THEIR IMPORTANCE IN DBMS
sai
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.