Considerthefollowingcodesnippet:BEGINDBMS_SCHEDULER.SET_ATTRIBUTE(name=>,,lne_job1,attribute=>,,job_priority,value=>1);END;/Ifthiscodewereexecuted,whichofthefollowingstatementswouldbetrue?()

题目
Considerthefollowingcodesnippet:BEGINDBMS_SCHEDULER.SET_ATTRIBUTE(name=>,,lne_job1,attribute=>,,job_priority,value=>1);END;/Ifthiscodewereexecuted,whichofthefollowingstatementswouldbetrue?()

A.Thepriorityofthelne_job1jobwouldbesetto1.

B.Thelne_job1jobwouldbeexecutedsynchronously.

C.Thelne_job1jobwouldrunimmediatelyintheuserscurrentsession.

D.Thelne_job1jobwouldretainitscurrentpriority.

E.Thejobwillimmediatelytakepriorityoverallrunningjobs.