Youexecutedthiscommandtocreateatemporarytable:SQLCREATEGLOBALTEMPORARYTABLEreport_work_area(startdateDATE,enddateDATE,classCHAR(20))ONCOMMITPRESERVEROWS;WhichstatementistrueabouttherowsinsertedintotheREPORT_WORK_AREAtableduringatransaction()A.Therowsstayinthetableonlyuntilsessiontermination.B.Therowsstayinthetableonlyuntilthenexttransactionstartsonthetable.C.Therowsarevisibletoallcurrentsessionsafterthetransactioniscommitted.D.Therowsstayavailableforsubsequentsessionsafterthetransactioniscommitted

Youexecutedthiscommandtocreateatemporarytable:SQL>CREATEGLOBALTEMPORARYTABLEreport_work_area(startdateDATE,enddateDATE,classCHAR(20))ONCOMMITPRESERVEROWS;WhichstatementistrueabouttherowsinsertedintotheREPORT_WORK_AREAtableduringatransaction()

A.Therowsstayinthetableonlyuntilsessiontermination.

B.Therowsstayinthetableonlyuntilthenexttransactionstartsonthetable.

C.Therowsarevisibletoallcurrentsessionsafterthetransactioniscommitted.

D.Therowsstayavailableforsubsequentsessionsafterthetransactioniscommitted


相关考题: