Skip to content

As a developer, I want to link all data tables together to streamline trail-related data sets

Following #30 (closed) , implement foreign keys using the database entries of #32 (closed) and (trail :enter issues here when applicable) to allow both tables to communicate and avoid future issues of duplicate entries.

Assessment Criteria

  • Use a foreign key to correctly refer and print data to a html from each database For the above criteria;
    • Foreign key prints #32 (closed)
    • Foreign key prints (trail :enter issues here when applicable)
  • Ensure there are no issues with the referment or allocation of foreign keys
  • Data can be entered into the modified tables without issue

Tasks

  • Add Foreign Keys to database #32 (closed) and (trail :enter issues here when applicable)
  • Ensure all tables link together correctly
  • Ensure no duplicate entries are possible within the tables
Edited by Rhys Evans