I am relatively new to MySQL and VBA, I have 12 Excel sheets each has over 85000 rows and 18 columns , generally these sheets describe Gross sales, profit and volume of sales for each product of Telecom service provider .
I would like rearrange columns of gross sales and profit for each product in descending order and extract top 30 products and total amount of sales in each quarter and net profit.
I would like to know if MySQL or VB Script is efficient to handle such a large data base ?.
I good at c++,matlab programming , i have never tried MySQL or any relational database programming before, kindly please suggest me ways to approach this question