On 9 Sep 2009, at 9:15pm, Stef Mientki wrote:

> 1 type of car can (and will) be owned by many persons.

Oh, so these are not specific cars, these are descriptions of cars.   
Yes, in this case you need now what is asked for in the subject-header  
"one to many" but "many to many".  And the correct way to do this is  
to have a table between 'person' and 'vehicle': the one you called  
'bind'.  What you suggested is a fine design and probably what you want.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to