I am dropping about 200 constarints of a particular user. I do not want to type this over and over again.

Therefore, I need a script that would generate
"alter table table_name drop constraint constrait_name"

Can anyone help?