1)I have a table employee(emp_id, emp_name,emp_salary); I want to find top 2 employees having max salary without using limit
2)how do i run a query so that it takes records from databses on two database mysql servers this should be done in single mysql query
thanks in advance for any help or replies