A very naive question. I need to store currency in the database. Both the value and the code. To solve this, do people generally make 2 columns, one storing the value and ot
The relational databases I know (Oracle, Postgres, MySQL) do not have built-in currency support, and I don't expect any others do. You will have to do it yourself with 2 columns.