Revature Interview Question

What is a SQL trigger?

Interview Answer

Anonymous

Dec 1, 2017

SQL triggers are stored programs. They automatically are executed in response to another event or occurrence. Hence the name 'trigger.'