Guest User

Untitled

a guest
May 28th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. association - it is a link - the way two separate instances are linked.
  2. you only want to change code(attribute) in one place, instead of duplicating.
  3. normalization - process of taking a table and dividing it into two unique ones.
  4. foreign key always an integer
  5. belongs_to -
  6. has_many
  7. brand = belongs_to
  8. foreign key is the belongs_to
  9. SELECT *
  10. FROM farmers
  11. JOIN
  12. ON
Add Comment
Please, Sign In to add comment