Posts by user18284 • 41 points
1 post
- 
		4 votes2 answers872 viewsQ: What is the best way to create a conditional foreign key Constraint?In some cases, it is interesting to create a foreign key reference conditional, that is, that does not allow to reference all the records of another table, but only those that assume a condition.…