DBCC SHRINKDATABASE shrinks the size of the data and log files in the specified database. Incorrect Answers: D: To shrink one data or log file at a time for a specific database, execute the DBCC SHRINKFILE command. Reference: https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-shrinkdatabase-transact-sql