everydayminder
Feature in Model Technique Used in Relational Database Class add a table with a primary key Attribute add a field with an appropriate data type to the table Object add a row of data to the table 1-Many Relationship use a foreign key, i.e., a reference to a particular row (or object) in the table at the 1 end of the relationship Many-Many Relationshop add a new table and two 1-Many relationships ..