Invalid SQL syntax - Expected token: CASCADE, SET NULL, or NO ACTION. (Error 3725)

This error occurs when defining referential integrity through the CREATE TABLE statement or the ALTER TABLE ALTER COLUMN statement. This error occurs when the keyword UPDATE or DELETE is used and is not followed by one of the following keywords: CASCADE, SET NULL, NO ACTION.