I have a bunch of tables like this:
Lookup_HealthCheckupRisks ------------ ID Name 1 Anemia 2 Anorexic 3 Bulemic 4 Depression ... 122 Syphilis Pati
How about using triggers on INSERT AND UPDATE, DELETE, so that these Denormalized table gets filled up...