In Oracle, once you create a table using `CREATE GLOBAL TEMPORARY TABLE`, you only need to use that table name thereafter. A major feature is that you do not need to write a `CREATE` statement every ...