Dataverse is the enterprise-grade relational data platform underpinning the entire Power Platform ecosystem. It provides secure, scalable data storage with built-in business logic, security, and governance — eliminating the need for custom database infrastructure.
| Concept | SQL Equivalent | Description |
|---|---|---|
| Table | Table | A structured set of records (rows) with defined columns |
| Column | Column | A field with a specific data type (text, number, lookup, choice) |
| Row | Row | A single record in a table |
| Relationship | Foreign Key | One-to-many, many-to-many, or one-to-one links between tables |
| Choice (Option Set) | Enum | Predefined picklist values (e.g., Status: Active, Inactive, Pending) |
Dataverse implements a layered security model that controls access at multiple levels:
Dataverse includes 400+ standard tables (Account, Contact, Case, Opportunity) that follow the Common Data Model. These integrate natively with Dynamics 365 and Microsoft 365. Custom tables are created for organisation-specific data that doesn't fit standard tables.