Which THREE actions can be performed by using Elastic Database Jobs in Azure SQL Database? (Choose three.)
Elastic Database Jobs can execute any T-SQL script, including updating statistics.
Why this answer
Elastic Database Jobs in Azure SQL Database are designed to automate administrative tasks across multiple databases. Running a T-SQL script to update statistics is a common maintenance operation that can be executed in parallel across a target group of databases, making option A correct.
Exam trap
The trap here is that candidates may assume Elastic Database Jobs can perform any administrative task, but they are strictly limited to executing T-SQL scripts and cannot perform resource-level operations like creating databases or changing service tiers.