Glossary

OLD TABLE and FINAL TABLE:

`FINAL TABLE` returns the row *after* modification. - `OLD TABLE` returns the row *before* modification.

Learn More

Related Terms