An entity-relationship model (ERM) is an abstract and conceptual representation of data
0
votes
0answers
9 views
EF 5 ENUM with Navigation
I'm trying to use Enum support with EF 5 and dot.NET 4.5.
The situation I have is the following.
POCO:
public partial class tbl_pp_Message
{
public tbl_pp_Message()
{
...
1
vote
1answer
30 views
How to map two entities with id of third entity?
I have following tables:
user: id, name, credit_card_id
credit_card: id, value
balance: id, value, credit_card_id
How should looks like Doctrine mapping to get from User entity all ...
0
votes
1answer
36 views
Make a relationship with one object already exists
The user must create a family in AllFamille. In a second view the user must create a product in AllProduit. While creating, the user must choose the family created before.
AllFamille and AllProduit ...
9
votes
2answers
26 views
How to identify a strong vs weak relationship on ERD?
A dashed line means that the relationship is strong, whereas a solid line means that the relationship is weak. On the following diagram how do we decide that the relationship between the Room and ...
2
votes
1answer
30 views
What is the name (or keywords) of methodology/technique to hold ids instead of related entities in entity?
Entity hold data which mapped to data from persistent storage. Usually this is DB.
You can hold ids:
class Book {
private String title;
public String getTitleId() { return title; }
...
0
votes
0answers
8 views
Object Relation Class Diagram
I am designing a Object Relational Database and here is my Class Diagram:
http://canning.co.nz/AdvancedDatabase/Class_Diagram.png
My Computer Class has a 1-1 relationship with the CurrentUser Class. ...
0
votes
2answers
23 views
Unique index with fluent api
I got a table Person, Order and PersonOrder.
In the table PersonOrder i have a column PersonId and OrderId.
How can I create a unique index between these columns with Fluent API?
This was my try:
...
-1
votes
0answers
18 views
Representing Joins in an Entity-Relationship Diagram
If the creation of an entity-relationship diagram occurs after an SQL query has been created (I know wrong order) should the diagram include outer joins/other types of joins that are present in the ...
1
vote
1answer
18 views
Insertion when both sides are mandatory in entity relationship
I am preparing for an exam from databases and there is this one thing that puzzles me. From what I've read both sides of any relationship can be constrained to be NOT NULL. I've seen it in at least 2 ...
0
votes
0answers
7 views
Entity factorization and relationship in ER modeling
Please consider this case:
An entity called "MeasuredData" has the following attributes :
m_code
m_start_time
m_valeur
unit
conversion_coeffcient
duration(secondes)
calcul_type
This entity can ...
0
votes
0answers
8 views
ERM to RM binary relationship with weak entity
I have a question about converting a ERM to the relational Model (RM).
For example:
Student(SNR,Name)
Action(time1,time2)
Work(WNR,Type)
In this example SNR and WNR are primary keys.
Action is a ...
0
votes
0answers
12 views
What is the best way to implement a currently logged users table in postgresql, no relationship?
I want to track which users are logged in to avoid simultaneous sessions. I read some threads and of course all of them point to store them in the DB, set an activity ticket and update accordingly but ...
0
votes
1answer
62 views
Two one-to-many relationship with reference table (Doctrine 2, ZF2)
I've a problem with my many-to-many relation. I want to have access to the reference table for a querybuilder query. With a many-to-many relation I don't have access to my reference table, so I've set ...
0
votes
0answers
33 views
How to modeling 'step of doing something' in Entity-Relationship Model?
My company developed an software which every customer has an instance of it installed on our servers. Every time our software has a new release we need publish it to all customer instances. But this ...
1
vote
2answers
52 views
How do I properly annotate two JPA entities which are in a parent child relationship?
Maybe this is a question with an easy answer ... but I don't get it running. At persist() I get the exception that the referential key in the child table is null (which of course is not allowed by the ...
1
vote
0answers
36 views
Table spitting vs Entity splitting in Entity Framework, c# [closed]
I already got how to implement table or entity splitting, but who can explane to me when to use first and when to use second approaches?
Use cases would be appreciated.
0
votes
1answer
44 views
Can I create multiple associations between two entities in Entity Framework 5, c#?
E.g. I have 2 entities:
public class Department
{
public Guid Id { get; set; }
public string Name { get; set; }
public ICollection<Employee> Employees { get; set; }
public ...
2
votes
1answer
27 views
Average over a relationship in django
I have two entities, namely Project and Issue defined as followed:
class Project(models.Model):
class Issue(models.Model):
project = models.ForeignKey(Project, related_name='issues')
...
0
votes
1answer
52 views
What does “Conversion of the ER diagram into a minimal set of relations” mean?
I am supposed to "Convert the ER diagram into a minimal set of relations". I have an ER diagram, not the best, but sufficient, which includes entities, attributes, relations, etc.
Am I supposed to ...
1
vote
1answer
41 views
Nesting Backbone models or collections so that they are linked
I have a User entity that has a subscriptions property. This is an array of IDs.
When I perform a fetch, the API will populate those subscriptions, and return something like this:
{
subscriptions: ...
0
votes
0answers
14 views
multimedia library ER design
I'm working on a multimedia library and there tables (auido,image,video) have same fields like ID,mediaId,TimeID and commonID. Should I create a new table for this repeating field.
These are my ...
0
votes
1answer
51 views
My symfony2 page goes into infinite loop after refresh
I'm experiencing very strange behaviours when i go to the page that shows the detail of a group
When I load my page the first time the server is up the page show the content as expected. But if I ...
0
votes
1answer
32 views
Core Data Attribute dependent on Relationship
I am trying to add an ordered array object to my CoreData setup, I know that you cannot do this as an NSSet is unordered, and I know that the simplest way to achieve this is to add an attribute to the ...
0
votes
0answers
56 views
How to create table through ER Diagram?
I have got some requirement from one of the client. I have prepared the ER Diagram which i am hoping is correct. Now i have to create the table from that ER Diagram and it should be in 3rd normal ...
0
votes
1answer
81 views
ER Diagrams - Can a relationship have a multi-valued attribute?
As title; are multivalued attributes allowed on a relationship? For example, I want to create 2 entities - landlord and tenant. I want to add a multivalued attribute, 'Contract', to the 'Rents_to' ...
0
votes
1answer
34 views
Relation Table on ER-diaagram
I am designing a databese ER-diagram using the Chen-convention. My question is how to distinguish a relation (association) table between two tables, from a simple relation with a foreign key. ...
3
votes
1answer
92 views
Relationship between the compositions of two entities which have N2N relationship between themselves
I have two entities defined:
Product:
ProductId (PK)
Name (not null)
Parts:
PartId (PK)
Name (not null)
These have a many-to-many relationship defined between ...
1
vote
1answer
38 views
Difference between composite entity and attributed relationship
I am going through and solidifying my knowledge of the entity relationship modeling terminology. My question is what is the difference between a composite entity and an attributed relationship? To me ...
0
votes
1answer
118 views
Hibernate select before update
In my work i'm using spring with exidirect, hibernate on the server side and extjs on client side. When i post a form, on the server side spring converts it to the entity.
Entity has a id field, that ...
0
votes
2answers
67 views
Implement specialized entity in ER diagram
I'm designing a db and find a situation where im not sure what to do, so first of all lets ilustrate part of the ER diagram with an image:
As you can see, i have the following:
A device produces ...
0
votes
0answers
34 views
ER scenario guidance needed
I was given the following scenario to construct an ER diagram from:
A travel web site is being developed. This site will allow registered members to add
entries for hotels where they have stayed ...
1
vote
1answer
59 views
Core Data: Common relationship to different types
Suppose we have two types, House and Pet. These types don't have many things in common, but they both have an owner. The owner is of type Person.
I don't want to have both Dog and House derive from a ...
0
votes
2answers
47 views
Can Database Normalization occur from values
Say I want to normalize a table
itemID | itemDate | itemSource | type | color | size | material
254 03/08/1988 toyCo doll null 16 plastic
255 03/08/1988 toyCo car ...
1
vote
2answers
57 views
Normalizing to 1NF without composite keys
Its often stated that to reach 1nf, a new entity has to be created and that entity has to have a composite key.
LeadID | leadDate | Name | DOB | streetAddress | city | state | residenceType
If I was ...
1
vote
1answer
34 views
Identifying relationships losing meaning in relating entity
So as you can see I have an Identifying 1 to many relationship in the tables above.
If I was to change this relationship to a Identifying 1 to 1 relationship, then the auto_leads table will still ...
0
votes
0answers
29 views
database - odd optional table relationships?
I'm designing a simple database, but couldn't figure out how to solve this. It's like a "connection" table. I think it's better to describe it using "normal" language instead of "database" language.
...
0
votes
1answer
24 views
Can a weak entity have subclasses
I would like to know if a weak entity have sub-classes.
It seem that I can't find any rules that mention it cannot be done.
1
vote
2answers
28 views
Having a loop in a relationship ER modelling
Using Chen's notation on an entity relationship model, for database design. Is this the correct way to illustrate the following relation. 'Many employees report to one employee':
0
votes
2answers
84 views
Symfony2 / Doctrine Relationship Mapping
i'm building my first application with the syfmony2 framework.
Now i stick a little bit on how to get data from my Database.
First here a my tables (only important fields)
# customer
customer_id | ...
1
vote
1answer
127 views
ER diagram for lab
Draw an ER diagram for the following situation: a lab has several chemists who work
on one or more projects. Chemists also may use certain kinds of equipments on each
project.
o Attributes of ...
1
vote
0answers
30 views
solution for single attribute in table
I am designing database architecture. I have user. User make request for order. Order is associated with payment. Once payment is completed, I want to generate sticker for that user.
Sticker has ...
0
votes
2answers
45 views
Resolving many to many relationship
I have 3 tables that i am trying to figure out how to set the relationships. The database is to track survey questions and answers. A User can answer many questions, A question can have many ...
0
votes
0answers
14 views
Doctrine: Weird relation - how to map it?
There are two tables in my DB:
Teams:
TeamID int [PK]
NameHistoryID int
Sport varchar
Founded datetime
...
NameHistory:
NameHistoryID int [PK]
ValidSince datetime [PK]
Name varchar
...
0
votes
1answer
23 views
Belongs_to only recognized by console, not server
I've got a really weird problem with my project. I've got 2 models, the one is Link and the other Category. I've got a index view where all the links should be listed, together with the corresponding ...
0
votes
1answer
34 views
ms access: how to deal with messy relationship diagram
I'm working on a project with a lot of different entities and as the project goes, my entity relationship diagram becomes more and more messy.
I've been adamant at re-arranging the diagram but it has ...
0
votes
0answers
35 views
Entity Mappings Over Exposed Foreign Keys
I have mere one to many relation between ms-sql tables. Group has many Instruments.
When I generate entities from DB Group entity doesn't have List of Instruments and Instrument doesn't have Group as ...
0
votes
1answer
94 views
Crows-foot notation in an Sqlite database model
I'm getting to grips with using 'crows-foot' notation to design Sqlite databases using Navicat. In a book chapter designed to get users up and running with this software I have come across the ...
0
votes
3answers
22 views
modeling a very simple isA relationship : 2 tables with even/odd ids or 3 tables?
We have two types of hospital staff in our project
Doctor
Nurse
and this is never gonna change (i.e. no other staff type). There is quite an overlap between the two entity types (e.g. login ...
0
votes
1answer
52 views
Is modeling infinite-scale relationships in NoSQL / BigTable (GAE) possible?
My team is writing an application with GAE (Java) that has led me to question the scalability of entity relationship modeling (specifically many-to-many) in object oriented databases like BigTable.
...
0
votes
0answers
37 views
Design in ERD and export XML files for metadata
In order to isolate data model changes from the database schema (and resulting schema changes), i've implemented a metadata model the uses XML files to describe the underlying scientific data being ...



