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

# Database View

> A View backed by an Object's records.

A Database View slices the records of one Object. Filters select which records appear; sorts decide order; saved column sets decide what's visible. Components inside the View (Tables, Boards, Grids, Lists, Calendars) each render the same record set in their own way.

## When to pick this

Pick Database when the View is record-driven: a "My open deals" view, a "Onboarding pipeline" view, a "All tickets created this week" view.

## What it includes

* A filter pill bar at the top.
* A saved-view picker.
* A grid of Components that share the same filtered record set.

## See also

* [Database blocks](/blocks/embedded/databases/table)
* [Filters](/surfaces/views/filters)
* [Saved Views](/surfaces/views/saved)
* [Dashboard View](/surfaces/views/types/dashboard): for chart-driven Views with no shared record set.


## Related topics

- [Dashboard View](/surfaces/views/types/dashboard.md)
- [Document View](/surfaces/views/types/document.md)
- [Inbox Views](/comms/inbox/views.md)
- [Object Views](/data/objects/views.md)
- [Pages](/surfaces/navigation/pages.md)
