Differences between NO ACTION and RESTRICT
NO ACTION
is equivalent to RESTRICT. The MySQL Server rejects the delete and update operations of the parent table if there is a related foreign key value in the referenced table
by Valeri Tandilashvili
4 years ago
MySQL
FOREIGN KEY
1
Pro tip: use ```triple backticks around text``` to write in code fences