Multiple choice

Is global temporary table session specific?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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'.