Hi,
I have a data in RDBMS in two tables,
Table A - company_name, time_stamp, buying_price, selling_price, shopping_mode,
buying_price will have value only while "shopping_mode" is '1'
selling_price will have value only while "shopping_mode" is '2'
T...