Multiple choice technology databases which is invalid funcion of scheduler ? drop_job copy_job kill_job stop_job None Reveal answer Fill a bubble to check yourself C Correct answer Explanation DBMS_SCHEDULER contains procedures like drop_job, copy_job, and stop_job. It does not have a kill_job procedure; instead, stop_job is used to terminate running jobs, making kill_job invalid.