Skip to content

Preview Data Table

The data table preview in the Infoveave Datasources allows you to quickly assess the structure and content of a table. The view SQL query options facilitate efficient and quick data management and analysis. This feature provides quick insights into the table contents, helps you identify and address data quality issues, and allows you to understand the table schema.

By using query functions, you can write precise queries under the table schema. You can perform targeted analysis using the WHERE clause and optimize performance using the LIMIT clause.

The data table preview with SQL query options enables efficient data exploration and validation.

To preview a data table, follow the below steps.

  1. Open the required table in the Datasource Designer.
  2. Select the column that you want to Preview.
  3. Click on the Preview data icon at the top of the data table to view the table content.
  4. To analyze the uploaded data using SQL queries, toggle the Query view option.
    Query View
  5. Start writing the required SQL query to preview and analyze your data.