I am running the below query, trying to understand the meaning of last_modified_timestamp. Is it when the data in the table was last updated (DML operation) or when the table structure was last modified (DDL operation).
SELECT * FROM dataset_name.__TABLES__;