I've got a Problem with the structure/SQL technique I am currently using (SQLite with Java).
I got my Client table and Project table running and working with all its keys blabla. But now I am trying to setup the table for the Pit objects. And the Problem is that I don't know how many x and y values the Pit objects has got. Maybe the next few Objects just got 5 and then soon there's coming another with 10 (and I don't want to keep changing the tables meta data). I thought about different ways to solve it. Like an extra table for each Pit and so on. But I guess there's a smarter way. I just don't get or a better technique I can use to get rid of this problem. So I hope someone can tell me some Keywords that I've to look up or a way I just don't get so far.