Using this diagram as the conceptual model, develop a logical model based on it. Specify all the integrity constraints in English. The constraints must immediately follow the table that is being constrained. Make sure you use your name and featured stock symbol. DO NOT use the professor's name. The form of the logical model is:
TableName(primaryKey, field1, field2, field3)
FOREIGN KEY field2 REFERENCES lookupTableName
The diagram: see image.