Posts by Rafael • 1 point
1 post
-
0
votes1
answer21
viewsA: Trigger executes if a column value is 'Database I'
Uses the EXISTS in front of the if, "If there are Rows...". Note: Use the NOT EXISTS for when not returning Rows: IF EXISTS(select * From Realiza_matricula Where Nomedisc = 'Banco de Dados I') THEN…