help creating foreign keys

2003-06-03 Thread Justin Scheiber
Hello, I want to create the following tables - where a foriegn key references an auto_incremented primary key of another table. In my simple logic, it seem like such a thing should be possible -- after all, i just need the value of the referenced primary key. I know you can't have 2 auto_incr

Re: newbie question

2003-06-12 Thread Justin Scheiber
Well, for the image type at least, the blob type would be appropriate. -justin v7rg8 wrote: Hi all, my table is like this: professor (name, gender, bodyImage) Could anyone guide me how to deal with this image type data? Another question is how to implement "weak entity" in mysql. Thanks, A