June 2, 2009 in mysql, technology with 0 Comments
Unlike primary key, the foreign key establishes a relationship between two tables. The default MyISAM table type does not support foreign keys so we will use InnoDB table type.
Example: We will establish a relationship between two tables
Continue Reading…