Posts Tagged ‘database design’

20050617 Foreign keys and mysql

It seems like some people is not aware yet of the fact that with mysql you can have not only transactions but also foreign key constrains, apart from other features which were usually found only on expensive products like Oracle, MSSQL server, etc… The problem is that as these features weren’t available until some months/years [...]