What is a lookup table ?
A lookup table is nothing but a ‘lookup’ it give values to referenced table (it is a reference), it is used at the run time, it saves joins and space in terms of transformations. Example, a lookup table called states, provide actual state name (’Texas’) in place of TX to the output.