Exploring Dataverse
When we talk about the data model for model-driven apps, we mean Dataverse. The data gets stored in tables just like regular databases. The difference between a traditional database and Dataverse lies in the rich set of business-oriented features:
- Use a set of standard business tables out of the box with the ability to add your own custom tables
- Create a table, and the platform will automatically add all columns to address the underlying process requirements, such as owner info, tracking, status, versioning, and the like
- Structure your data with various column data types, which helps in complex data modeling scenarios
- Design relationships and define keys for standard and custom tables to ensure data integrity across the service
- Enforce security on roles, records, and column levels, giving you complete flexibility when setting up data access
- Add business features right from the table configuration: data consumption through...