ReferenceSQL StatementsData ModificationDMLSHOW DELETEOn this pageSHOW DELETEDescriptionβ This statement is used to display the historical delete tasks that have been successfully executed grammar: SHOW DELETE [FROM db_name] Examplesβ Display all historical delete tasks of database database SHOW DELETE FROM database; Keywordsβ SHOW, DELETE Best Practiceβ