Entity subtyping is a very common data modelling scenario that gets extensive coverage in books on relational design but it isn’t necessarily well supported by SQL DBMSs. The following is a simple technique I have found useful for implementing some
Read More...