One of the questions in the book ask the following:
Test the check constraint
CHK_Products_unitprice
in theProduction.Products
table by using the same kind of logic you used in the Lesson 2 exercise. Try to insert a new row with all valid columns, but use a negative unitprice of -10. Drop the check constraint. Retry the insert. Try to add the check constraint back into the table. Update the inserted row so that it has a positive unitprice. Now try adding the check constraint back into the table. Would you be able to add the check constraint back into the table if there were no rows? Why?
I am confused what it is asking? Of course you should be able to add a constarint when all rows does break the constraint?
Thanks