[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eOutput artifacts such as temporary tables are generated during query execution in Ads Data Hub.\u003c/p\u003e\n"],["\u003cp\u003eTemporary tables are created using the syntax \u003ccode\u003eCREATE TABLE temp_table AS (...)\u003c/code\u003e within an Ads Data Hub query.\u003c/p\u003e\n"],["\u003cp\u003eJSON representation is used to define the structure of these temporary tables within the query's output.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etempTables[]\u003c/code\u003e field within the JSON structure provides a list of all temporary tables created by the query, each represented as a \u003ccode\u003eTempTable\u003c/code\u003e object.\u003c/p\u003e\n"]]],["Ads Data Hub queries can create temporary tables using `CREATE TABLE temp_table AS (...)`. The JSON representation captures these temporary tables within a `tempTables` array. Each element in this array, represented as a `TempTable` object, details a temporary table created during the query execution. The `tempTables[]` field specifically defines a list of these temporary tables.\n"],null,["# OutputArtifacts\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nOutput artifacts created during query execution, e.g. Temp tables are created using CREATE TABLE temp_table AS (...) in an Ads Data Hub query.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------|\n| ``` { \"tempTables\": [ { object (/ads-data-hub/marketers/reference/rest/v1/customers.tempTables#TempTable) } ] } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `tempTables[]` | `object (`[TempTable](/ads-data-hub/marketers/reference/rest/v1/customers.tempTables#TempTable)`)` Defines list of temp tables created by an Ads Data Hub query. |"]]