ITETestTask

This is a test task i did for one company. It requires a mysql database running alongside, with a schema containing a table "MainTable" with the following fields:

  • date : VARCHAR(10)
  • organisation : VARCHAR(50)
  • city : VARCHAR(50)
  • country : VARCHAR(50)
  • manager : VARCHAR(50)
  • sum : DOUBLE
  • amount : DOUBLE