Note the following statements that use flashback technology:<br /> 1. FLASHBACK TABLE <table> TO SCN <scn>;<br /> 2. SELECT * FROM <table> AS OF SCN 123456;<br /> 3. FLASHBACK TABLE <table> TO BEFORE DROP;<br /> 4. FLASHBACK DATABASE TO TIMESTAMP <timestamp>;<br /> 5. SELECT * FROM <table> VERSIONS AS OF SCN 123456 AND 123999;<br /> Which of these statements will be dependent on the availability of relevant undo data in the undo segment?()<p> Note the following statements that use flashback technology:<br /> 1. FLASHBACK TABLE <table> TO SCN <scn>;<br /> 2. SELECT * FROM <table> AS OF SCN 123456;<br /> 3. FLASHBACK TABLE <table> TO BEFORE DROP;<br /> 4. FLASHBACK DATABASE TO TIMESTAMP <timestamp>;<br /> 5. SELECT * FROM <table> VERSIONS AS OF SCN 123456 AND 123999;<br /> Which of these statements will be dependent on the availability of relevant undo data in the undo segment?()</p>
A、A. 1, 2, and 5
B、B. 1, 3, and 4
C、C. 2, 3, 4, and 5
D、D. 1, 2, 3, 4, and 5