In an ER diagram, you can represent participation by normal line / thick line from an entity to a relationship.
*How do you represent participation when you make an SQL table?
*can you have strong entities that require total participation in a relationship?
*Can an entity (or table, once it's been converted to sql table) be in total participation to multiple relationships? Again how would that be represented when you start making tables in MYSQL?
Apologies for noob questions. I am only student.