data-modeling
Country/Region/City Data Model
Country: countryID, countryName Region: regionID, countryID (FK), regionName City: cityID, regionID (FK), cityName[详细]
2023-03-23 03:06 分类:问答MongoDB Data Modelling
I\'m a .NET developer developing on ASP.NET MVC, SQL Server 2008 and Entity Framework 4.1 using Model First Approach.[详细]
2023-03-22 23:28 分类:问答How to Convert Existing MySQL Schema to Core Data
I have a MySQL database and would like to have a similar structure in Core Data. I am very new with using Core Data with Xcode. I have a few fundamental questions if I am doing the right thing.[详细]
2023-03-21 15:14 分类:问答How to model a book in MVC
How can I model a book in a MVC. I\'m using Ruby on Rails. A book has chapters, and chapters has pages.[详细]
2023-03-20 22:36 分类:问答Database Design: relate to car's model or trim?
I\'m re-asking a question that was previously deleted here in SO for not being a \"programming question\". Hopefully, this is a bit more \"programming\" than the last post.[详细]
2023-03-20 01:30 分类:问答Using crow's feet notation in data modelling in enterprise architect
I am only able to use connectors in enterprise architect with traditional 0..* style multiplicity rather than crow\'s feet connectors. I\'ve tried using different drawing styles and still cannot work[详细]
2023-03-20 01:14 分类:问答Create a bidirectional ManyToOne relation
Hi I try to create a ManyToOne relation but get stucked. I have a BILL and a Booking Class The realation is :[详细]
2023-03-19 18:05 分类:问答-
MySQL: Link tables
I have been creating my first database for a website and I have created the following diagram to work from. Does this look like it would work for many to many relationship between business and catego开[详细]
2023-03-19 09:05 分类:问答 google datastore many to one references
So i have two model classes: class Dog(db.model): dogName = StringProperty() dogBreed = StringProperty()[详细]
2023-03-19 08:15 分类:问答Wanted: practical guide on data modeling the agile way
I\'m curious how agi开发者_开发知识库le methodologies do data modeling (conceptual and logical schemas). I\'ve read a couple of articles on agile but I haven\'t really encountered a practical guide on[详细]
2023-03-19 01:44 分类:问答