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

What are procedures in mysql?

485


Which command is used to view the content of the table in mysql?

490


What is int unsigned?

493


What is difference between unix timestamp and mysql timestamp?

534


How to create a new table in mysql?

529






What are the differences between char and nchar?

526


What is mysql common?

482


How to update database permissions/privilages.

536


Is mysql deprecated?

458


How does triggers work in mysql?

501


How to create and drop view in mysql?

505


How do I setup a mysql database?

466


What is unsigned int in mysql?

489


What is mvcc in mysql?

524


Can you tell how to find the number of rows in a resultset using php?

465