Showing related tags and posts accross the entire site.
-
We have a legacy database we cannot change the database schema because many systems run on it. the database designer divided a business entity persist into two database tables. for example, Product table is (ProductId, Name, ...), ProductPhoto table is (ProductId, Photo), product's photo field is...