Questions in this tag typically involve the association that a set of data has with other set(s) of data.
In my 'Topic' entity, I have a One-To-Many, Self-referencing relationship $parent:$children. class Topic { /** @ORM\Id * @Column(type="integer") * @ORM\…
symfony doctrine-orm one-to-many relationship self-referenceI'm trying to figure out how to deal with 'Single navigation property case' described in this doc: Let's say we …
c# orm asp.net-core relationship entity-framework-coreI've got two items in my Firebase: providers and services, and I'm trying to figure out the best way to …
firebase relationship denormalizationI have used Enterprise Architect to create a simple class diagram. What I can't figure out how to do is …
uml case relationship diagram enterprise-architectI have a table Users and a table Friends which maps users to other users as each user can have …
python sqlalchemy many-to-many relationship declarativeI have problem with separating tables with relationships in different files. I want the tables below to be in three …
python sqlalchemy relationshipDISCLAIMER: this is a copy paste from an older stackoverflow post that isn't available anymore, but I have exaclty the …
c# dataset automapper relationship idatareaderHow would I filter (construct an NSPredicate) for the following. Have a SCHOOL and PERSON entities One-to-many relationship, i.e. …
ios swift core-data relationship nspredicateI am struggling to get my relationship in rails to work. I have a User,Gallery,Comment model class Gallery …
ruby-on-rails associations relationship has-many belongs-toQuestion in SSAS for y'all. I am attempting to define a One to Many relationship in an OLAP SSAS cube …
sql ssas relationship dimensions primary-key-design