>> In your case it would be lpp_id as PK, and
>> lpp_person_id,lpp_language_id as unique constraint
>>
>> Thanks,
>> Anton
Is there a reason to do it the way you suggest?
Regards,
Jorge Maldonado
On Tue, Jul 23, 2013 at 5:02 PM, Anton Gavazuk wrote:
> Hi Jorge,
>
> In your case it would be lpp
Hi Jorge,
In your case it would be lpp_id as PK, and
lpp_person_id,lpp_language_id as unique constraint
Thanks,
Anton
On Jul 23, 2013, at 23:45, JORGE MALDONADO wrote:
> I have 2 tables, a parent (tbl_persons) and a child
> (tbl_languages_per_person) as follows (a language table is also invol
I have 2 tables, a parent (tbl_persons) and a child
(tbl_languages_per_person) as follows (a language table is also involved):
--
tbl_persons
--
* per_id
* per_name
* per_address
--
tbl_languages_per_person
--