| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | TABTY | Taxation table type | nvarchar | 2 | 0 | | | | Allow NULL? |
| 2 | UPLMT | Upper limit of amount | decimal | 9 | 2 | | | | |
| 3 | ENDDA | End Date | nvarchar | 8 | 0 | | | | Allow NULL? |
| 4 | BEGDA | Start Date | nvarchar | 8 | 0 | | | | Allow NULL? |
| 5 | LWLMT | Lower limit of amount | decimal | 9 | 2 | | | | |
| 6 | AMT0P | Tax Amount Depend on Number of Dependents: zero | decimal | 9 | 2 | | | | |
| 7 | AMT1P | Tax Amount Depend on Number of Dependents: one | decimal | 9 | 2 | | | | |
| 8 | AMT2P | Tax Amount Depend on Number of Dependents: two | decimal | 9 | 2 | | | | |
| 9 | AMT3P | Tax Amount Depend on Number of Dependents: three | decimal | 9 | 2 | | | | |
| 10 | AMT4P | Tax Amount Depend on Number of Dependents: four | decimal | 9 | 2 | | | | |
| 11 | AMT5P | Tax Amount Depend on Number of Dependents: five | decimal | 9 | 2 | | | | |
| 12 | AMT6P | Tax Amount Depend on Number of Dependents: six | decimal | 9 | 2 | | | | |
| 13 | AMT7P | Tax Amount Depend on Number of Dependents: seven | decimal | 9 | 2 | | | | |
| 14 | CTFLG | Control flag for operation | char | 1 | 0 | | | | Allow NULL? |
| 15 | PRCNT | Rate of additional tax on basis amount | decimal | 5 | 2 | | | | |
| 16 | CTAMT | Basis Amount for Calculation | decimal | 9 | 2 | | | | |