Hi
New to PD and just discovering the featue that it has called Domains. Seems pretty useful for maintaining consistency across your tables and databases. Just wondered how people were using them?
I was thinking about creating an 'INDICATOR' domain, for example, which would be a Varchar2(1) and have allowable values 'Y' and 'N', and then, wherever I have a column in a table, for example, current_ind, then I would simply assign it the domain of INDICATOR.
As well as indicators, I could imagine, currency codes, country codes, updated_by columns, all benefitting from domains.
Are others using them similarly? Or not at all? Or sparingly?! Just wondered what opinions were, before I dive in with both feet!
Thanks
M