Skip to content
Snippets Groups Projects
start.md 893 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    title: "Data modeling"
    ---
    
    # Data modeling
    
    Metabase provides tools for organizing your data and making it easier for people to understand.
    
    ## [Models](./models.md)
    
    Models curate data from another table or tables from the same database to anticipate the kinds of questions people will ask of the data. You can think of them as derived tables, or a special kind of saved question meant to be used as the starting point for new questions. 
    
    ## [Editing your database metadata](./metadata-editing.md)
    
    Admins can edit the metadata for tables and fields in your database.
    
    ## [Field types](./field-types.md)
    
    Field types dictate how Metabase displays its data, as well as the column’s special functionality, if any.
    
    ## [Creating segments and metrics](./segments-and-metrics.md)
    
    Admins can define segments to create official filters for your data, and metrics for official aggregations.