Something Between VARCHAR2 and CLOB: VARCHAR2 on Steroids [MAX_STRING_SIZE]
About five years ago, while developing a CRM module, I needed to implement a field where the salesperson could describe the entire conversation they had with a customer.
Initially, I went with the obvious approach and created a VARCHAR2(4000) column....
tomeofapex.hashnode.dev2 min read