That is fantastic, and you are a true gentleman for sharing it. I am grinning from ear to ear.
I've just started reading a few SQL books, so this is very timely. Reason I'm heading down the SQL path is because excel was taking too long for these sorts of queries, the way I was using it.
But I didn't realize you could do this sort of stuff in excel using SQL. Am I right on that? What is the relationship between SQL and excel?
The other reason I thought I might need SQL and either MySQL or SQL server is that my datasets have been getting so big that they are something like 100MB, but much of that data is columns of info that I might not need at any particular time. So I thought that SQL should allow me to query the database, and just pull out the specific fields that I wanted to work on, while maintaining links with the data source in case data needs to be updated.
Do you recommend any particular books on using SQL for data analysis? And given what you've just shown me, is there any reason that I would need something like MySQL or SQL server running at all (apart from the ability to have a master set of data that is secure?)
I'd love any literature pointers or web references to help a young apprentice on his journey.
Once again, thanks.