Best way to flatten/denormalize SQL lookup tables?

后端 未结 3 1725
刺人心
刺人心 2021-02-14 19:03

I have a bunch of tables like this:

Lookup_HealthCheckupRisks
------------
ID  Name
1   Anemia
2   Anorexic
3   Bulemic
4   Depression
...
122   Syphilis



Pati         


        
3条回答
  •  悲&欢浪女
    2021-02-14 19:20

    How about using triggers on INSERT AND UPDATE, DELETE, so that these Denormalized table gets filled up...

提交回复
热议问题