> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SQL

> Kinetica snippets tagged SQL

<CardGroup cols={3}>
  <Card title="Creating Credentials" href="/content/snippets/create-credentials" cta="SQL / INGEST / DATA SINK / DATA SOURCE">
    Copy-paste examples of how to create credentials with SQL
  </Card>

  <Card title="Creating Data Sinks" href="/content/snippets/create-data-sinks" cta="SQL / EGRESS / DATA SINK / STREAMING">
    Copy-paste examples of how to create data sinks with SQL
  </Card>

  <Card title="Creating Data Sources" href="/content/snippets/create-data-sources" cta="SQL / INGEST / DATA SOURCE / STREAMING">
    Copy-paste examples of how to create data sources with SQL
  </Card>

  <Card title="Creating Streams" href="/content/snippets/create-streams" cta="SQL / EGRESS / DATA SINK / STREAMING">
    Copy-paste examples of how to create streams with SQL
  </Card>

  <Card title="Creating Tables" href="/content/snippets/create-tables" cta="SQL / TABLE">
    Copy-paste examples of how to create tables with SQL
  </Card>

  <Card title="Exporting Data" href="/content/snippets/export-data" cta="SQL / EGRESS / DATA SINK">
    Copy-paste examples of exporting data with SQL
  </Card>

  <Card title="Geohashing" href="/content/snippets/geohash/index" cta="SQL / GEOHASH">
    Copy-paste examples of geohashing data with SQL
  </Card>

  <Card title="H3 Geohashing" href="/content/snippets/geohash-h3/index" cta="SQL / GEOHASH">
    Copy-paste examples of H3 geohashing data with SQL
  </Card>

  <Card title="Loading Data" href="/content/snippets/load-data" cta="SQL / INGEST">
    Copy-paste examples of loading data with SQL
  </Card>

  <Card title="Vector Search" href="/content/snippets/vector" cta="SQL / INGEST">
    Copy-paste examples of using & searching vectors in SQL & Python
  </Card>

  <Card title="Useful Catalog Queries" href="/content/snippets/virtual-catalog-queries" cta="SQL">
    Copy-paste examples of how to utilize metadata in virtual catalogs with SQL
  </Card>
</CardGroup>
