Hello there,
I am trying to set up a database to store financial data.
I have a table Instrument with fields:
Symbol, Bumdle, ISIN, Ticker, Industry Sector, etc.
And a table to store the dividend schedule called Div_Schedule with fields:
Symbol1, Conv_Ex_Div1, Payment_Div1, etc.
I want...