I have a table Person, and person table has a stateId field for birthplace and current address ('Id','BirthPlaceState','CurrentAddressState'). In SQL both fields are Foreign keys to the LookupTable with has ('Id','PersonFK','Value'). How can I get the state Value from the Lookup Table for both the birthplace State and the current address state?
↧