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 |
Is oracle mysql free?
What is Database?
What's the difference between mysql and sql server?
What is a storage engine? What are the differences between innodb and myisam engines?
How to make a copy values from one column to another in mysql?
What is sql in mysql?
What are the difference between mongodb and mysql?
What is a delimiter in mysql?
Which is better sqlite or mysql?
What is the maximum number of records in mysql table?
How can we convert between Unix & MySQL timestamps?
How to delete a database from mysql server.
Oracle (3253)
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)