Another Example
CREATE ASSERTION SumLength
CHECK
(10000 < ALL
(SELECT SUM(length)
FROM Movie
GROUP BY studioName)).
Can we also write this as a tuple constraint?
Previous slide
Next slide
Back to first slide
View graphic version