Temporary tables are session-specific, so multiple clients can each create a temporary
table having the same name without interfering with each other. This makes it easier to
write applications that use transient tables because you need not ensure that the tables
have unique names for each client. (For further discussion of table-naming issues