Multiple choice Which type of information does 'Shared Pool' stores in SGA (System Global Area)? It stores the most recently used blocks of data. It stores a log of changes made to the database. It contains information such as the parse tree and execution plan for the corresponding statement. It uses a non-shared SQL area to process every unique SQL statement submitted to the database. It is used to store the execution state of the database. Reveal answer Fill a bubble to check yourself C Correct answer Explanation A shared SQL stores such information and execution plans for all the database statements.