adspace


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 Change a users password from unix shell.

1223


What is current version of mysql?

1085


What is the current mysql version?

1105


Which statement is used in a select query for partial matching?

1247