asked 149k views
2 votes
Which of the following triggers runs in response to a login event?

a. Logon Triggers
b. DML Triggers
c. DDL Triggers
d. Login Triggers

1 Answer

2 votes

Final answer:

Login Triggers are the type of triggers that run in response to a login event in a database management system.

Step-by-step explanation:

The correct answer is: Login Triggers. Login Triggers are special types of triggers in a database management system that run in response to a user login event. They allow you to perform certain actions or set specific conditions when a user logs into the database.

For example, you can use a Login Trigger to track login activities, validate user credentials, set session-specific parameters, or enforce specific security policies.

answered
User Edgar Froes
by
8.3k points