/* Foreign Key */
/*
# Referenced table MUST be created earlier than creation of foreign key.
# Reference Key must be specified as primary key in the referenced table.
# Max columns for creating a foreign key is 32 columns.
# For creating a foreign key with some columns,
the number and order of referenced columns must be same with foreign key column.
# Foreign key usually created during testing a stabilized system.
*/