
SQL Triggers not preventing insert
Question I am having trouble getting a trigger to work. What it needs to do is to prevent any customer with last name Glass from being inserted into the database. This is what I have: The issue is when I add customers with last name … [Read More]