In which situations you should use inherited tables? I tried to use them very briefly and inheritance didn\'t seem like in OOP world.
I thought it worked like this:<
Use it as little as possible. And that usually means never, it boiling down to a way of creating structures that violate the relational model, for instance by breaking the information principle and by creating bags instead of relations.
Instead, use table partitioning combined with proper relational modelling, including further normal forms.