hello, I want to maintain referential integrity in a mysql data base. can tell me in query ststements
thanks
You have read the manual on that stuff right?
First, you have to use innodb table types, then the rest is pretty much normal RI stuff (i.e. references etc...)