Oracle has a table called EMP. This contains information about an employee, and has empno as primary key. Another field is called mgr which contains the empno of the manager. If the employee is a manager, the value of mgr is null (or zero).
Need your help on how to go on creating a master-detail screen/form for this kind of setup. Thank you in advance.