Hi all,
I have a table which has more 10k rows in it and it is in production database, I got a request to drop a constraint.
What happens if we drop a constraint from a big table?
What will be the impact?
With a constraint like test_chk where it checks for a value between 1 and 9999, could a null be in that field?