Re: [PHP-DB] Re: Table Relationships

2002-02-09 Thread Jason Wong
On Saturday 09 February 2002 07:35, Joe Van Meer wrote: > Hi there. You bet you can have relationships between tables! You accomplish > this by setting primary keys and foreign keys when you create you tables. > When you assign a unique identifier to a table not only do you assign a > name such as

[PHP-DB] Re: Table Relationships

2002-02-08 Thread Joe Van Meer
Hi there. You bet you can have relationships between tables! You accomplish this by setting primary keys and foreign keys when you create you tables. When you assign a unique identifier to a table not only do you assign a name such as "employeeid" for example, you also have to set it as the primar