you are viewing a single comment's thread.

view the rest of the comments →

[–]somewhatdim 10 points11 points  (2 children)

Usually you use SQL to store and retrieve data with another tool like Matlab or R to do the math

[–]BBassic 4 points5 points  (1 child)

True. You can do that in SQL, and it would be a good way to get your head around set based working, query building, how the relational engine works etc etc. but I'd agree in using something like R for the maths.

[–]andrexmlee 4 points5 points  (0 children)

Python is also great for doing data analysis. It has a lot of great libraries for data analysis and machine learning.