SQL ReferenceSQL StatementsDDLDropDROP-JOBOn this pageDROP-JOBDROP-JOBβNameβDROP 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, JOBBest Practiceβ