[EMAIL PROTECTED] wrote:
Do I have to insert a B_FK value or could I have a NULL value in this field?
In other words: is the B_FK value mandatory?
Depends how you define it in your database schema. If it is defined as NOT NULL then it can't have a NULL value and so is mandatory. If you don't specify such a constraint, it wont be enforced.
L.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
