This is an old article, but I thought that I’d throw out a possible explanation for the underlying issue. Databases are set up usually as tables which hold data in the format of rows and columns. Each of these rows is expected to hold some unique combination of information pertaining to a specific entity. In this…