1

Can we modify constraints using "MODIFY" keyword in SQL?

Prem Jogi
  • 57
  • 8
  • not possible, check this out -https://stackoverflow.com/questions/861146/can-you-replace-or-update-a-sql-constraint – RamSharma Sep 03 '19 at 09:20

1 Answers1

1

No. Create a new constraint first and then drop the old one.