Open sergeyklay opened 6 years ago
Select 500 employees from the Employees database, for each of them show all of their salaries and all the departments they belong to.
It would be also interesting to know number of queries queried (especially useful when doing nested loops on the entities).
Select 500 employees from the Employees database, for each of them show all of their salaries and all the departments they belong to.