I have 2 tables Parent and Child.
Child has a unique attribute(childNo)
As long as 2 Children have different Parents, they should be able to have the same childNo.
2 Children with the same Parents should not have the same childNo
I can't think of a way to implement this as I'm getting a unique constraint violation.