本文介绍了如何显示休假余额的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

美好的一天

我正在为休假管理设计数据库

如果假设我正在请假,那么我应该在每次请求和所有请假时保存休假余额详细信息。

在单独的表中或

我应该计算它们动态和其他细节的余额。



哪个我是最好的方法,我应该保存请假详细信息,如平衡剩余的剩余假期,在一个单独的表中剩余的数量





我应该动态计算它们并显示。

Good Day
I am designing data base for leave management
if suppose i am taking a leave then should i save the leave balance on every request and all the leave details.
in separate table or
Should i calculate them leave balance dynamically and other details.

Which is the best approach should i save the leave details like balance how many leave are remaining how many are taken in a separate table

or
should i calculate them dynamically and show .

推荐答案




这篇关于如何显示休假余额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 15:54