|
-
child table are those tables that references a parent table
for example table emp and table dept
dept would be the parent table and emp the child
emp would have a foreign key that references dept primary key
the values in foreign key column in emp must be null (depends on how´s ur relationship) or one of PK in dept
does this help...?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|