

InterviewSolution
Saved Bookmarks
1. |
Which of the following segment is destroyed when the SQL statement is finished?(a) Data Segment(b) Object Segment(c) Temporary Segment(d) All of the MentionedI have been asked this question in semester exam.My question is taken from Oracle Database 11g Architecture topic in portion Oracle Database 11g Architecture Options of Oracle |
Answer» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/choice-915996" style="font-weight:bold;" target="_blank" title="Click to know more about CHOICE">CHOICE</a> is (c) <a href="https://interviewquestions.tuteehub.com/tag/temporary-659719" style="font-weight:bold;" target="_blank" title="Click to know more about TEMPORARY">TEMPORARY</a> Segment<br/><br/>The explanation is: After each block is formatted/finished, the <a href="https://interviewquestions.tuteehub.com/tag/new-1114486" style="font-weight:bold;" target="_blank" title="Click to know more about NEW">NEW</a> <a href="https://interviewquestions.tuteehub.com/tag/index-505893" style="font-weight:bold;" target="_blank" title="Click to know more about INDEX">INDEX</a> keys are <a href="https://interviewquestions.tuteehub.com/tag/put-11868" style="font-weight:bold;" target="_blank" title="Click to know more about PUT">PUT</a> in a sort (temporary) segment.</p></body></html> | |