Hello,
I have relation 0..1 to N, for example between drivers and cars. So one driver can be assigned to many car, but one car to many drivers. However I want to have possibility of assigning no driver to car. So should I have field which allow nulls and has null as default value for this field? If so, then what value should I have in dropdown (I use asp.net mvc) for deleting assosiation?