ReferenceSQL StatementsJobDROP JOBOn this pageDROP JOBDescriptionβ User stops a JOB. A stopped job cannot be resumed. DROP JOB WHERE jobName = 'job_name'; Exampleβ DROP the job named test1. DROP JOB where jobName = 'test1'; Keywordsβ DROP, JOB Best Practiceβ