| 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
In Employee Details Data table (Dept_ID is the Primary key) Dept_ID
Dept_Name
The above information is sufficient for you to undersatnd the concept of primary and foreign key relationship.
ABAP Books List
Smart Forms
ABAP Menu:
Return to Index:-
(c) www.sap-basis-abap.com All material on this site is
Copyright.
|