- TLC Home Home
- Discussions & Ideas Discussions & Ideas
- Product Guides Product Guides
- Knowledge Base Knowledge Base
- Developer Docs Developer Docs
- Education Education
- Blog TLC Blog
- Support Desk Support Desk
This document describes how to create SQL queries for EventDB and/or AudienceDB using the program SQL Workbench/J.
In this Article
After you create your connection profile for SQL Workbench/J, you are ready to start querying data. Follow this document to get started. First, learn your data column names and what your tables and list schema represent.
For additional questions regarding connection and data schema support, contact your Account Manager. If you need additional help regarding query support, data export, or integration into Business Intelligence (BI) tools, reach out to a member of your team, such as a data scientist or database administrator to guide you in the right direction.
The following sections provide general information about the most commonly used screens in the SQL Workbench/J interface.
From the SQL Workbench/J interface, click the Statements tab to write SQL statements and view results or error messages.
From the SQL Workbench/J interface, go to Database Explorer to review and understand the your available data.
The left panel displays the tables and views that are accessible within your Redshift instance. Each table or view contains different pieces of data. In order to build your query in the Statement tab correctly, you must know the data column names that are available to be queried, such as udo_job_role
. The right pane helps you navigate the data column names and build your queries.
_view
are considered tables. The number of tables depends on the number of filtered streams enabled for EventDB and AudienceDB (if enabled).tags_main_1_executed
whereas a view displays event - tags - tealium collect (main 1) - executed
udo_job_role
whereas a view displays event - udo - job_role
events__all_events
table holds all events by defaultevents__f84fc357_4ded_413d_d28a_de70624ff2d5
visit_lists
contains the current visit-scoped list attributes for queryingvisit_tallies
contains the current visit-scoped tally attributes for queryingvisitor_lists
contains the visitor-scoped list attributes for queryingvisitor_tallies
contains the visitor-scoped tally attributes for queryingvisitor_replaces
contains visitor profiles that have been stitchedvisitors
is the most commonly-used table and contains the latest visitor-scoped data for each visitor and any audiences that they belong tovisits
contains the latest current visitor-scoped data for each visitorClick the Objects tab to view the column names for each table or view. You can use the available filters in the interface to fine-tune your results. By default, COLUMN_NAME
is not in alphabetical order. Click the header row to sort the names alphabetically.
Click the Search table data tab to view random samples of data. You can use the available filters in the interface to fine-tune your results.
The following items are noted as common errors to avoid:
utag_data
in your iQ Tag Management (TiQ) data layer. If the variables are not declared, they will not display in EventDB.Copyright All Rights Reserved © 2008-2021