* Hanxue Lee
> In the MySQL documentation, it is stated that
>
> "foreign keys in SQL are not used to join tables, but are used mostly for
> checking referential integrity (foreign key constraints). "
This could have been formulated in a better way, IMHO. I would even say the
statement is wrong.
Hi,
On Thu, 2002-03-07 at 08:20, bin cai wrote:
> I am encountering one problem. I am using mysql as the
> dabase for my application.
> I create a table like takeexam as following:create
> table takelabexam( sid varchar(10) not null,
> cid varchar(20) not null,
>