HACKER Q&A
📣 whatever3
Why do no databases support ADTs?
Anybody that has used algebraic data types(sum or product types) know how useful they are for describing data. Yet no databases, SQL or not, support them natively. Why?
👤 PaulHoule
Accepted Answer ✓
What about
https://docs.oracle.com/en/database/oracle/oracle-database/2...
?