FOREIGN_KEY_CHECKS
SET FOREIGN_KEY_CHECKS=0; --- Runs some SQL query - for example deleting some rows from a table that has foreign keys SET FOREIGN_KEY_CHECKS=1;
Pro tip: use ```triple backticks around text``` to write in code fences