Category: SQL
SQL and relational database tutorials
MySQL with CodeIgniter
Use CodeIgniter’s query builder / bound queries for MySQL access.
One-to-Many Relationship in SQL
Model parents with many children via a foreign key on the child.
Referential Integrity in SQL
Keep relationships valid so child rows cannot orphan parent keys.
Cascading Updates and Deletes in SQL
Configure ON DELETE / ON UPDATE actions on foreign keys.