I am an oricle sql user. I have recently started using MYSQL. I am joining 2 table using primary and forein keys.
I want to ensure my database integrity when joing tables. In oricle this is done using constraint. I believe that MYSQL doesnt support this function, is there any way I can do this in mysql?
Thanks