# Getting Started: Data Warehouse

Click on a database in the left sidebar to see all schemas and tables in it, ordered by Popularity.

## Database Page

### Search

Use `Cmd/Ctrl+F` or click the :mag: icon in the header to **search** though all items.

![Search](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-ad09d21322369de609cfe7a42c6e6e2fe6867553%2Fdatabase-page-search.webp?alt=media)

### Column selection

You can click on the filter icon present on the table header **Filters** to choose which columns you would like to see and customize your view.

![Column selection](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-379d35235c1e1f127cb481c168181343466f7a34%2Fdatabase-page-column-selection.webp?alt=media)

### Filters

You can use the filters on the right side of the page to filter based on criteria you define.

![Filters](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-02329dfbece0be92ca793ac626cf17e79f076f45%2Fdatabase-page-filters.webp?alt=media)

#### Owners

Find datasets which have no [Owners assigned](https://docs.selectstar.com/data-management/data-ownership), or ones which belong to specific users or teams.

![Owners Filter](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-906cb1adcc97b5a3207beb53c467aeac2155fc3f%2Fdatabase-page-filter-owners.webp?alt=media)

#### Tags

Check any of the [Tags](https://docs.selectstar.com/features/tags) boxes to show data with those tags applied.

![Tags Filter](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-da92fbe9bd05152d856162ecc8c88c47ffb0f5e8%2Fdatabase-page-filter-tags.webp?alt=media)

#### Popularity

See your most popular and least popular datasets, as well as those with no popularity, documentation, or tags. These filters can help you identify where you need to [add documentation](https://docs.selectstar.com/data-management/add-documentation) or distinguish between excellent and subpar datasets [using tags](https://docs.selectstar.com/data-management/tag-management).

![Popularity Filter](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-ccb1a4195a3c2892241e1f22bedb4985ab8cfd43%2Fdatabase-page-filter-popularity.webp?alt=media)

### Column View

Change the Data Type in the dropdown to see all columns in a database. It will show all tables and views by default.

![Column View](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-5c97880ec8d2870383ec7607879b78aa447be945%2Fdatabase-page-column-view.webp?alt=media)

#### Filters

When looking at columns, you can do more granular work than the table view, but broader work than viewing an individual table. You can filter based on schema or table in the right sidebar, or find columns of a certain data type.

![Column View Filters](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-1a00f92f56cf05ae9212b1281d9f5bc57d484cee%2Fdatabase-page-column-view-filters.webp?alt=media)

{% hint style="info" %}
Unknown column types are any column types not represented by the other filters. Unless you are using custom type fields, you should not expect to have any.
{% endhint %}

#### Join Field

The column-level view will have a filter for columns used to join to other tables.

![Column Join Field](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-9025de2de978dffe6c0c18e35cc9464bd58934b8%2Fdatabase-page-column-view-join-field.webp?alt=media)

There will be a ![](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-15dc9198c411e10cf252f6fbff3c6620802ae41c%2FScreen%20Shot%202021-08-26%20at%202.47.42%20PM.png?alt=media\&token=6017a8ab-916a-4fcb-8ce3-a4cc3dcc4549) on some columns to indicate they are a join field, this is also visible on the table page.

Explore the database page in more detail by clicking the link below.

{% content-ref url="../features/database-page" %}
[database-page](https://docs.selectstar.com/features/database-page)
{% endcontent-ref %}

## Table Page

Click on a table or column from the Database page to see detailed information about that table, such as table lineage, common queries run on the table, Downstream Dashboards, and more.

![Table Page](https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-ffd6b51cd9bf0ec15f3ff342aeba209fa88531b8%2Ftable-page.webp?alt=media)

Explore the table page in more detail by clicking the link below.

{% content-ref url="../features/table-page" %}
[table-page](https://docs.selectstar.com/features/table-page)
{% endcontent-ref %}
