# Modellazione dei dati

Le analisi si basano su un insieme di tabelle presenti nel database analitico, tra cui:

* **applications**: contiene le informazioni relative alle pratiche;
* **tenants**: rappresenta gli enti;
* altre tabelle di supporto (es. **services**), utilizzate in base ai diversi casi d’uso analitici.

La **modellazione** segue un approccio relazionale, in cui:

* le tabelle sono collegate tramite chiavi (es. `tenant_id`);
* le informazioni vengono integrate tramite operazioni di join.

Nella definizione del modello dati è stata posta particolare attenzione a:

* garantire la corretta cardinalità delle relazioni tra le tabelle;
* definire relazioni coerenti tra le entità;
* assicurare la coerenza del modello dati rispetto alle esigenze analitiche.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opencityitalia.it/dashboard-di-monitoraggio-dei-servizi/architettura-dei-dati/modellazione-dei-dati.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
