Hi All,
i plan to create a table to hold Employee Leave information.
The field are as follows :
- Employee ID
- Date From
- Date To
- Reason
What i concern is related to date range such as :
How to set its primary key? Since the data for date can be overlapped.
Anybody can help?
Thanks,
Andy
i plan to create a table to hold Employee Leave information.
The field are as follows :
- Employee ID
- Date From
- Date To
- Reason
What i concern is related to date range such as :
How to set its primary key? Since the data for date can be overlapped.
Anybody can help?
Thanks,
Andy