All technological notes.
Flashback QueryFlashback QueryFlashback Query:
SELECT ... AS OF <time_stamp/SCN>
Common Function:
SCN_TO_TIMESTAMP: Returns the approximate timestamp associated with a specified SCNTIMESTAMP_TO_SCN: Returns the approximate system change number (SCN) associated with a specified timestampExample:

SELECT employee_id, salary FROM employees
AS OF TIMESTAMP <T1>
WHERE employee_id = 200