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

# Tables and views

> Tables and views are the display foundation of AI Table.

Tables and views are the display foundation of AI Table.

In a single AI Table file, you can create multiple tables; each table supports multiple views. Tables are independent, but [one-way links](/aitable/fields/field-types/one-way-link), [two-way links](/aitable/fields/field-types/two-way-link), or [lookups](/aitable/fields/field-types/lookup) let you connect data and compute across tables.

A view is one way of displaying data. Every view of table A shows the same underlying data — edit a record in one view, and any other view containing it updates accordingly (depending on filter conditions).

![](https://img.alicdn.com/imgextra/i1/O1CN01G6WUXR29cMWZFjJ60_!!6000000008088-2-tps-1198-676.png)

A typical AI Table structure:

* **CRM customer management** is the entire AI Table file.
* **Customers** is one table inside **CRM customer management**.
* **All customers** is one view of the **Customers** table.

In **CRM customer management**, you can create multiple **tables** to hold different kinds of data.

In each table, you can create multiple **views** to surface different slices or use different presentations.

## FAQ

#### **Q: Max tables per AI Table file?**

A: 100.

#### **Q: Max views per table?**

A: 200.

#### **Q: Max fields / columns per table?**

A: 300.

For more limits, see AI Table common limits.
