Given two tables `notes` and `tags`, and a join ta...
# ideas-and-suggestions
s
Given two tables
notes
and
tags
, and a join table
note_tags
, if I wanted to create a tag and a relationship to a note in a single transaction, what's the best approach, if possible?