Is there any way to add CHECK constraint to a view
729894Nov 22 2009 — edited Nov 22 2009Sorry for dumb question, but as far as I know CHECK constraints are not allowed for views. But what if I want to perform INSERT operations on a view and restrict input for salary between 0 and 5000?