I want to create a new column in my table with a type decimal and numeric, but it is not available in my Data Type
option. Why is it?
The types decimal and numeric are equivalent. Both types are part of the SQL standard. Decimal doesn't appear in the list but Numeric does.