Search Results

0
votes
3answers
71 views

Naming an intermediary table in a database

Consider two tables transaction and category each having their own ID and information. A transaction can have more than one category, I have read creating a 3rd table to link transaction an …