# Query Data

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [cloud-data-platform-full.txt](https://docs.redpanda.com/cloud-data-platform-full.txt)

---
title: Query Data
latest-operator-version: v26.1.4
latest-console-tag: v3.7.3
latest-connect-version: 4.93.0
latest-redpanda-tag: v26.1.9
docname: query-data/index
page-component-name: cloud-data-platform
page-version: master
page-component-version: master
page-component-title: Cloud
page-relative-src-path: query-data/index.adoc
page-edit-url: https://github.com/redpanda-data/cloud-docs/edit/main/modules/sql/pages/query-data/index.adoc
description: Query live and historical data in your Redpanda topics using standard PostgreSQL syntax.
page-git-created-date: "2026-05-26"
page-git-modified-date: "2026-05-26"
---

<!-- Source: https://docs.redpanda.com/cloud-data-platform/sql/query-data.md -->

-   [Redpanda Catalogs](redpanda-catalogs/)

    A Redpanda catalog is a named collection of source data that exposes Redpanda topics as queryable SQL tables.

-   [Query Streaming Topics](query-streaming-topics/)

    Map a Redpanda topic to a SQL table and run analytical queries directly against live streaming data.

-   [Query Iceberg-enabled Topics](query-iceberg-topics/)

    Query the history of a Redpanda topic in Iceberg, and run a single SQL query that spans live records and historical Iceberg-committed records.

-   [Query Topics with Nested Fields](query-nested-fields/)

    Map a topic's nested fields to typed SQL columns and query them by name.