I have the following table called Movies :
(id int, nombre varchar(50), genero varchar (50), clasificacion char(1), año int)
I have this trigger to validate that only one field can be updated at a time in that table.
Would there be a...
asked by
22.11.2018 / 06:06