Database
39 views
Trigger
Quick Definition
Special procedure that auto-executes on table events
Full Definition
A special procedure that automatically executes on specific database table events.
Examples
audit trails, data validation, cascading updates
Related Terms
stored-procedure
data-integrity
More Database Terms
NoSQL
Non-relational databases with flexible data models and scaling
Graph Database
Database optimized for entity relationship queries
Primary-Replica Architecture
Architecture with primary for writes, replicas for reads
Transaction
Single unit of work that succeeds or fails completely
Database
Organized collection of structured data for storage and retrieval
Relational Database
Database storing data in structured tables with relationships