what is the querry for all managers salary?

Answer Posted / sudhakar

SELECT Salary
FROM (Table name)
WHERE Job = 'MANAGER';

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to escape special characters in sql statements?

525


How to get nth highest salary from table in a mysql?

527


How do I select a database in mysql workbench?

494


How do I find users in mysql?

527


What is definer in mysql?

510






How do you select a table?

481


How to decrement dates by 1 in mysql?

512


How do I start mysql manually?

472


How do I stop a mysql command?

481


Define REGEXP?

642


What mysql means?

489


What is the maximum no of columns a table can have?

467


How to rename an existing table in mysql?

531


What do you need to connect php to mysql?

526


What is database engine in mysql?

485