PL-600 · Question #45
PL-600 Question #45: Real Exam Question with Answer & Explanation
The correct answer is B: Virtual table. 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
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 three data sources that you can use in your solution.
Options
- ACustom Connector
- BVirtual table
- CSQL Server Connector
- DActivity table
- EDataflows
- FSharePoint Connector
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.