

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» <html><body><a href="https://interviewquestions.tuteehub.com/tag/right-1188951" style="font-weight:bold;" target="_blank" title="Click to know more about RIGHT">RIGHT</a> choice is (d) SYSTEM.LAST_QUERY<br/><br/>To elaborate: SYSTEM.LAST_QUERY system variable represents the <a href="https://interviewquestions.tuteehub.com/tag/query-611355" style="font-weight:bold;" target="_blank" title="Click to know more about QUERY">QUERY</a> statement <a href="https://interviewquestions.tuteehub.com/tag/used-2318798" style="font-weight:bold;" target="_blank" title="Click to know more about USED">USED</a> by <a href="https://interviewquestions.tuteehub.com/tag/forms-11384" style="font-weight:bold;" target="_blank" title="Click to know more about FORMS">FORMS</a> to populate a data block during run-time.</body></html> | |