Re: Null Values in child table with no values in Parent Table

2002-06-04 Thread Egor Egorov
Arul, Tuesday, June 04, 2002, 9:23:34 AM, you wrote: A> I have created a table parent and also another table child where parentid A> column in child is a foreign key to the id column in parent table A> Is it possible that i have no entries in parent table , and i am inserting A> null values

Null Values in child table with no values in Parent Table

2002-06-04 Thread Arul
Hi All I have created a table parent and also another table child where parentid column in child is a foreign key to the id column in parent table Is it possible that i have no entries in parent table , and i am inserting null values for parentid in child table.. sql,query Regards, -A