网友您好, 请在下方输入框内输入要搜索的题目:
YouareworkingasaDBAatNetFxCorporation.Auser,Scott,ismaintainingtherecordsofalltheemployeesintheEMPLOYEEtable.Initially,thesalaryoftheemployee,’E0025’,was$1800.On1May2004,thesalaryoftheemployee,’E0025’,wasincreasedby$200.
Theuser,Scott,issuedthefollowingstatementtomodifytherecordoftheemployee,’E0025’:
SQL>UPDATEEMPLOYEESETSALARY=2000
WHEREEMPNO=’E0025’;
SQL>COMMIT;
OnDecember1,2004,thesalaryoftheemployee,’E0025’,wasincreasedby$400.Theuser,Scott,issuedthefollowingstatementtomodifytherecordoftheemployee,’E0025’:
SQL>UPDATEEMPLOYEESETSALARY=2400
WHEREEMPNO=’E0025’;
SQL>COMMIT;
OnJuly1,2005,thesalaryoftheemployee,’E0025’,wasincreasedby$500.Theuser,Scott,issuedthefollowingstatementtomodifytherecordoftheemployee,’E0025’
SQL>UPDATEEMPLOYEESETSALARY=2900
WHEREEMPNO=’E0025’;
SQL>COMMIT;
OnJuly5,2005,theHRmanageraskedyoutogeneratetheincrementreportoftheemployee,’E0025’,fortheperiodbetween1May2004and1July2005.Whichflashbackfeaturewillyouusetogeneratetheincrementreport?()
参考答案