SQL ReferenceSQL StatementsDDLDropDROP-JOBOn this pageDROP-JOBDROP-JOBNameDROP JOBDescriptionUser stops a JOB. A stopped job cannot be resumed.DROP JOB WHERE jobName = 'job_name';ExampleDROP the job named test1.DROP JOB where jobName = 'test1';Keywords DROP, JOBBest Practice