what is the querry for all managers salary?
Answers were Sorted based on User's Feedback
Answer / sudhakar
SELECT Salary
FROM (Table name)
WHERE Job = 'MANAGER';
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / divyasrajesh
SQL> select m.ename,m.sal from emp e,emp m where e.mgr=m.empno
2 group by m.ename,m.sal;
ENAME SAL
---------- ----------
JONES 2975
SCOTT 3000
KING 5000
BLAKE 2850
CLARK 2450
FORD 3000
6 rows selected.
This is the query for getting the managers sal from emp pls check it out dudes;
| Is This Answer Correct ? | 3 Yes | 0 No |
Where MyISAM table will be stored and also give their formats of storage?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
What are queries used for?
What is mysql enterprise edition?
How to create a table?
What is the datatype of image?
How to define numeric 9(3) in db2 table without decimal point??
What is mysql server?
What is strict mode in mysql?
How do I make an action query?
Explain MySQL architecture?
What does myisamchk do?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)