Microsoft
DP-300 · Question #235
Hotspot Question You have an Azure SQL database named DB1. You need to identify how much unused space in megabytes was allocated to DB1. How should you complete the Transact-SQL query? To answer, sele
Sign in or unlock DP-300 to reveal the answer and full explanation for question #235. The question stem and answer options stay visible for context.
Submitted by mike_84· Mar 6, 2026Perform administration by using T-SQL
Question
Hotspot Question You have an Azure SQL database named DB1. You need to identify how much unused space in megabytes was allocated to DB1. How should you complete the Transact-SQL query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:
Exhibit
Answer Area
- SELECT SUM(size/16.0128.0512.0
- FROMsys.database_filessys.resource_statssys.dm_db_resource_stats
Unlock DP-300 to see the answer
You've previewed enough free DP-300 questions. Unlock DP-300 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#T-SQL#Azure SQL Database#database size#space management
