Questions in this tag typically involve the association that a set of data has with other set(s) of data.
I've got a model, it belongs to another model, that model belongs to a third model, and I want an …
php laravel laravel-4 relationship eloquentI'm pretty new to Rails, and i'm trying to do a polymorphic HABTM relationship. The problem is that I have …
ruby-on-rails-3 activerecord polymorphism relationship has-many-polymorphsI have a few models I'm trying to relate. One model is Item, one is Slide, and another is Asset. …
cakephp orm relationship belongs-to has-oneI'm using backbone.js For example, let's suppose we have a "products" model and a "categories" model which have a …
javascript orm model backbone.js relationshipI defined a Bookshelf model as var Country = Bookshelf.Model.extend({ tableName: 'countries', }); var Address = Bookshelf.Model.extend({ tableName: 'addresses', …
orm relationship bookshelf.jsI get the following error message when requesting the home page of my sample app (following Michael Hartl's Tutorial chapter 11): "…
ruby-on-rails associations relationship railstutorial.orgI realized only after importing a ton of nodes that I had created relationships called START, which is a reserved …
neo4j rename relationship keyword cypherI need to model database in Oracle SQL Developer Data Modeler. I have to create ARC relationship (XOR), but I …
oracle relationship foreign-key-relationship xor oracle-sql-data-modelerI would like to be able to calculate the family relationship between two individuals in a family tree, given the …
graph-theory relationship genealogy family-treeI was hoping someone could explain the appropriate use of the 'FACT Relationship Type' under the Dimension Usage tab. Is …
ssas relationship olap dimension fact-table