InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    The system variable that records the select statement that SQL * FORMS most recently used to populate a block is __________(a) SYSTEM.LAST_RECORD(b) SYSTEM.CURSOR_RECORD(c) SYSTEM.CURSOR_FIELD(d) SYSTEM.LAST_QUERYThis question was posed to me in an internship interview.My query is from Programmatic Oracle Structures topic in division Oracle Database 11g Architecture Options of Oracle | 
                            
| 
                                   
Answer» RIGHT choice is (d) SYSTEM.LAST_QUERY To elaborate: SYSTEM.LAST_QUERY system variable represents the QUERY statement USED by FORMS to populate a data block during run-time.  | 
                            |