Primary and Foreign Key Relationship
What is primary key field and what is foriegn key field and their relationship? Primary key field is the the database table column which helps in identifying the records uniquely in master table. Foreign key field is the database table column of a details
table which is dependent on the primary key field of a parent table .
Emp_ID Emp_name Dept_ID
1 aaa
10
In Employee Details Data table (Dept_ID is the Primary key) Dept_ID Dept_Name
10
Accounts
The above information is sufficient for you to undersatnd the concept of primary and foreign key relationship.
Related: ABAP Books ListABAP/4 Certification, Programming, Smartforms, Sapscripts and Object Oriented Programming Books Smart Forms
Back to ABAP Menu:
Return to :-
(c) www.gotothings.com All material on this site is Copyright.
|