SHOW-DELETE

Name

SHOW DELETE

Description

This statement is used to display the historical delete tasks that have been successfully executed

grammar:

  1. SHOW DELETE [FROM db_name]

Example

  1. Display all historical delete tasks of database database

    1. SHOW DELETE FROM database;

Keywords

  1. SHOW, DELETE

Best Practice