I am fairly new to sql and as part of an assignment I have to create triggers to satisfy business rules.
The first business rule is:
ensure that cruises of five days duration cannot be run in December.
the two columns that are relevant to this trigger are in two separate tables and I am not sure if this will cause any problems.
If anyone can help or point me in the right direction then this would be great!
Thanks
The first business rule is:
ensure that cruises of five days duration cannot be run in December.
the two columns that are relevant to this trigger are in two separate tables and I am not sure if this will cause any problems.
If anyone can help or point me in the right direction then this would be great!
Thanks
Comment