Triggers are defined by an event (like INSERT), an optional condition (WHEN), and an action (procedural statement). They are created using SQL, execute for all applications connecting to the database, and can cascade by triggering other events, making other options incorrect.