How do you show maximum salary from employee table?

Below is simple query to find the employee whose salary is highest. select *from employee where salary=(select Max(salary) from employee);

Sizin İçin Seçtik  How do you create a file handling in C++?

Leave a Reply

Your email address will not be published. Required fields are marked *