Write in PL/SQL:
write an anonymous block program unit that delete the vendors from vendor_contacts table by a user-input vendor_id and print a message 'vendor record has been deleted successfully'. The program raises an exception if there is no vendor_id matches the user-input vendor_id.
Try two test cases:
Vendor_id : 12
Vendor_id : 111
Show screenshots of SQL code please!!