In Teradata, a Global Temporary Table (GTT) stores its definition (DDL) in the data dictionary, which is shared by all users. However, the data inserted into the table is materialized in temp space and is private to the session, meaning users do not share data.