You work for MDFT Pro, a well-known training agency with an Azure SQL database named StudentData. Mark, the Database Performance Specialist, is working on optimizing storage costs and query performance. The database contains a table named TrainerProfiles with 20 columns of type CHAR(400) storing trainer biographies, certifications, and expertise descriptions. Row compression is currently enabled on the table. During a recent database audit, Mark discovered that none of the fields actually contain more than 150 characters, indicating significant wasted space. He wants to apply page compression to achieve better storage savings, but page compression is not currently working with the CHAR columns. Mark has asked you to make the necessary changes to enable page compression on the TrainerProfiles table.
What should you do?
Choose the correct answer from the options below.
Explanations for each answer: