Skip to main content

Home/ SoftwareEngineering/ Group items tagged foreignkey

Rss Feed Group items tagged

kuni katsuya

MySQL :: Enforcing Foreign Keys Programmatically in MySQL - 0 views

  • programmatically enforce foreign keys on storage engines which do not natively support them
  • done by the use of triggers
  • Enforcing Foreign Keys Programmatically in MySQL
  •  
    "UPDATE myisam_parent SET mparent_id=4 WHERE mparent_id=3; "
1 - 1 of 1
Showing 20 items per page