#sql
Temporary tables in SQL and How I used it to improve performance
In PostgreSQL, a temporary table is a table that exists only during a database session. It is created and used within a single database session and is automatically dropped at the end of the session.