VAT Percents
Column | Format | Primary Key | Contents |
---|---|---|---|
ALV_LUOKKA | varchar(1) | VAT ID. | |
ALV_PROS | decimal(8,2) | VAT Percentage. |
Example Data
Query
SQL
SELECT TOP 10 *
FROM dbo.VatPercents
Result
ALV_LUOKKA | ALV_PROS |
---|---|
0 | 0.24 |
1 | 0.14 |
2 | 0.00 |
4 | 0.10 |