Few days back I was trying to add a check constraint in a table, but the condition was such like that I do not have to worry about existing data, what I need to do was to restrict the new data with the valid constraints. Let's create a table and insert few records. Add a … Continue reading Check Constraint in existing data.