Application Development and Automation 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: 
Read only

Difference between a check table and a value table

Former Member
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
505

<copy&paste_and_everything_else_removed_by_moderator>

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

3 REPLIES 3
Read only

Former Member
0 Likes
506

<copy&paste_and_everything_else_removed_by_moderator>

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

Read only

Former Member
0 Likes
505

Hi Iyappa ,

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

Regards,

Vijay

Read only

Former Member
0 Likes
505

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.