Can a table in mysql be referenced using
Posted By: Manaj Srivastava at 10:28:20 on Friday the 8th of April 2005
This is a good tutorial for the beginners. It would be good if the scope is broadened to practical implementation of some standard databases(e.g. railway reservation, online banking) using MySQL. This would reveal the pragmatic capabilities of the language. I,m trying to simulate the database for railway information system. Is it possible to have pointer to a table as an attribute of some other table, and use the latter to refer to the former? This will definitely reduce the overhead of storing redundant information, and will make the database more relational.