Valid DP-700 Dumps shared by ExamDiscuss.com for Helping Passing DP-700 Exam! ExamDiscuss.com now offer the newest DP-700 exam dumps, the ExamDiscuss.com DP-700 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-700 dumps with Test Engine here:
You have a Fabric workspace that contains an eventstream named EventStream1. EventStream1 outputs events to a table in a lakehouse. You need to remove files that are older than seven days and are no longer in use. Which command should you run?
Correct Answer: A
VACUUM is used to clean up storage by removing files no longer in use by a Delta table. It removes old and unreferenced files from Delta tables. For example, to remove files older than 7 days: VACUUM delta.`/path_to_table` RETAIN 7 HOURS;