---
title: Common queries
description: This collection of articles walks through common use cases for Flux queries.
url: https://docs.influxdata.com/influxdb/cloud/query-data/common-queries/
estimated_tokens: 422
product: InfluxDB Cloud (TSM)
version: cloud
---

# Common queries

The following articles walk through common queries using the [NOAA water database data](/influxdb/cloud/reference/sample-data/#noaa-water-sample-data).

### [Operate on columns](/influxdb/cloud/query-data/common-queries/operate-on-columns/)

Find and count unique values, recalculate the `_value` column, and use values to calculate a new column.

### [Comparing values from different buckets](/influxdb/cloud/query-data/common-queries/compare-values/)

Compare the value from the latest point to an average value stored in another bucket. This is useful when using the average value to calculate a threshold check.

### [Use multiple fields in a calculation](/influxdb/cloud/query-data/common-queries/multiple-fields-in-calculations/)

Query multiple fields, pivot results, and use multiple field values to calculate new values in query results.

### [IoT sensor common queries](/influxdb/cloud/query-data/common-queries/iot-common-queries/)

Use Flux to address common IoT use cases that query data collected from sensors.

This list will continue to grow. If you have suggestions, please [submit them to the InfluxData Community](https://community.influxdata.com/c/influxdb2).

[queries](/influxdb/cloud/tags/queries/)
