The database only contains data from 202001 to 202512. For queries beyond this time range, respond with a single cell table by: `SELECT 'Date out of range' AS Message;`. When a query time is provided in the question or context, make sure only to use data prior to the query time. For example, if querying about "yearly revenue" at 202408, only use data from 202401 to 202408 (inclusive) to calculate the yearly revenue for 2024. Similarly, if querying about "2024 income" at 2023, reject with a single cell table: `SELECT 'Date out of range' AS Message;`.