Is global temporary table session specific?
A
Correct answer
Explanation
Global temporary tables in Oracle are indeed session-specific. Data stored in a global temporary table is visible only to the session that inserted it and is automatically deleted when the session ends. Different sessions cannot see each other's data in these tables, which is why they are called 'session-specific'.