The data engineering team is facing issues with cloud storage costs. The cloud team informed the engineering team about the historic data stored for transactions Delta table. The data engineering team wants to get rid of the data files older than 60 hours. One of the members suggested using VACUUM command to remove the data completely but the team wants to check the list of files that will be deleted after running the VACUUM command. Which of the following commands can be used for that?