PL-600 · Question #45
You are a Solution Architect and need to evaluate the data sources for your Power Apps project. The project should read and write the data stored in Azure SQL Database and the Dataverse. Please select
The correct answer is B. Virtual table C. SQL Server Connector E. Dataflows. To read and write data in both Azure SQL Database and Dataverse, three valid approaches are: (B) Virtual tables, which project Azure SQL data as native Dataverse tables without physical migration, enabling read/write via Dataverse APIs; (C) the SQL Server Connector in Power Apps/
Question
Options
- ACustom Connector
- BVirtual table
- CSQL Server Connector
- DActivity table
- EDataflows
- FSharePoint Connector
How the community answered
(22 responses)- A18% (4)
- B45% (10)
- D27% (6)
- F9% (2)
Explanation
To read and write data in both Azure SQL Database and Dataverse, three valid approaches are: (B) Virtual tables, which project Azure SQL data as native Dataverse tables without physical migration, enabling read/write via Dataverse APIs; (C) the SQL Server Connector in Power Apps/Power Automate, which connects directly to Azure SQL for read/write operations; and (E) Dataflows, which use Power Query to import and transform data from Azure SQL into Dataverse tables. Custom Connectors (A) require a REST/SOAP API, not a database connection. Activity tables (D) are a Dataverse entity category, not a data source. The SharePoint Connector (F) is for SharePoint, not SQL or Dataverse.
Topics
Community Discussion
No community discussion yet for this question.