I am using MySQL Workbench on Windows. How to find out the time taken to complete a request like
Select * from employers where employerid > 200
Is there an instruction that I can enter that returns the execution time for this request? Thanks
MySQL workbench is a way to do such things (optimization, query benchmarking, etc.). You say you are not familiar with this, so I would recommend reading a tutorial from good people in MySQL