ReferenceSQL StatementsData ModificationBackup and RestoreCANCEL BACKUPOn this pageCANCEL BACKUPDescriptionβ This statement is used to cancel an ongoing BACKUP task. Syntaxβ CANCEL BACKUP FROM <db_name>; Parametersβ 1.<db_name> The name of the database to which the backup task belongs. Exampleβ Cancel the BACKUP task under example_db. CANCEL BACKUP FROM example_db;