In a table tblArticles there are the following fields:
Sellprice (numeric - currency)
buyprice (numeric - currency)
Stock (numeric - double)
Is it wise to set the default value of this fields to 0, to eliminate a null value or a empty value in these fields ?
Sellprice (numeric - currency)
buyprice (numeric - currency)
Stock (numeric - double)
Is it wise to set the default value of this fields to 0, to eliminate a null value or a empty value in these fields ?