Hi,
Quick Q, designing a database to store my EOD data, what are the highest volume traded and the highest price.
Id imagine 10 of millions and not over a thousand dollars respectively, just checking.
For those with some MYSQL understanding, I have price at decimal(7,3) and volume at int(10).
Cheers
Quick Q, designing a database to store my EOD data, what are the highest volume traded and the highest price.
Id imagine 10 of millions and not over a thousand dollars respectively, just checking.
For those with some MYSQL understanding, I have price at decimal(7,3) and volume at int(10).
Cheers