Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between a check table and a value table

Former Member
1 ACCEPTED SOLUTION

Former Member
0 Kudos

<copy&paste_and_everything_else_removed_by_moderator>

Edited by: Julius Bussche on Sep 3, 2008 8:52 AM

3 REPLIES 3

Former Member
0 Kudos

<copy&paste_and_everything_else_removed_by_moderator>

Edited by: Julius Bussche on Sep 3, 2008 8:52 AM

Former Member
0 Kudos

Hi Iyappa ,

Check Table is Field level checking, but value table is domain level checking

Regards,

Vijay

Former Member
0 Kudos

Check table: An input check for the field can be defined with a foreign key. This input check appears on all the screens in which the field is used.

,or first you must know the concept of foreign keys

foreign key is a field in the table that is connected to another table via a foreign key relationship. the purpose of the foreign key is to validate the data being entered in one table by checking against the valid set of values in another table.the table that contains the foreign key is called the foreign key table.the table that contains the valid set of values is called the check table.