Tables have relationships to each other in a relational database. An entity in one table can be linked to one or more entities in another table by using referential integrity constraints defined in the database schema.
The Zend_Db_Table_Row class has methods for querying related rows
in other tables.




