python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
DynamoDB : "Many-to-many" like relationship into a signle table
I'm trying to learn DynamoDB and i can't lie, i'm struggling to figure out best practice to make the named in relationalDB world "many-to-many relationship" between 2 tables into a single ta...
Panagiotis Giannelos
Votes: 0
Answers: 1
POJO within POJO, Entity-Relation problem
I have five tables in my database: AREA, AREA_TYPE, SAMPLE, PACK, UNIT
@Entity(tableName = "AREA")
data class AreaEntity(
@PrimaryKey val id:String,
val title:String,
...
rahman kalınbaçoğlu
Votes: 0
Answers: 2
Need to redesign this ER Diagram
I want to design them drawing an ER Diagram.
I have already designed an ER Diagram but teacher told me that it has only 5 entities and I need at least 7 or 8 entities. Also told me that I must not add...
beytullahdanis
Votes: 0
Answers: 1
Preserve data integrity in a database structure with two paths of association
I have this situation that is as simple as it is annoying.
The requirements are
Every item must have an associated category.
Every item MAY be included in a set.
Sets must be composed of items of t...
Gianluca Locri
Votes: 0
Answers: 2