Example: a database containing the names and properties of different metals (density, colour, melting point etc.) where I might have found the value for the density from one source (website, book, ...) and the melting point from another and I want to make it retrievable from which source any given value came.
The simple solution is to create a column 'Density' and a column 'Density Source' and so on for all properties but this seems like a very verbose way of solving this. Yes, 'Density Source' could be a simple integer with another table spelling out the source.
In a sense, I am looking to add something like a footnote to a field.