Câu 16: DP-800: Developing AI-Enabled Database Solutions
You have an Azure SQL database named AdventureWorksDB that contains a table named dbo.Employee. You have a C# Azure Functions app that uses an HTTP-triggered function with an Azure SQL input binding to query dbo.Employee. You are adding a second function that will react to row changes in dbo. Employee and write struct…
Nội dung câu hỏi
You have an Azure SQL database named AdventureWorksDB that contains a table named dbo.Employee. You have a C# Azure Functions app that uses an HTTP-triggered function with an Azure SQL input binding to query dbo.Employee. You are adding a second function that will react to row changes in dbo. Employee and write structured logs. You need to configure AdventureWorksDB and the app to meet the following requirements:Changes to dbo. Employee must trigger the new function within five seconds. Each invocation must process no more than 100 changes. Which two database configurations should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Create an AFTER trigger on dbo.Employee for Data Manipulation Language (DML).
- B. Set Sql_Trigger_MaxBatchSize to 100.
- C. Enable change tracking on the dbo.Employee table. — đáp án hiện tại
- D. Enable change tracking at the database level. — đáp án hiện tại
- E. Set Sql_Trigger_PollingIntervalMs to 5000.
- F. Enable change data capture (CDC) for dbo.Employee table changes.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.