单项选择题
TheHRusercreatesaviewwiththiscommand:SQL>CREATEVIEWemp_vASSELECT*FROMscott.emp;NowHRwantstogranttheSELECTprivilegeontheEMP_VviewtotheJIMuser.Whichstatementistrueinthisscenario?()
A.HRcangranttheprivilegetoJIMbutwithoutGRANTOPTION.
B.HRcangranttheprivilegetoJIMbecauseHRistheowneroftheview.
C.SCOTThastogranttheSELECTprivilegeontheEMPtabletoJIMbeforethisoperation.
D.HRneedstheSELECTprivilegeontheEMPtablewithGRANTOPTIONfromSCOTTforthisoperation.