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
How to define numeric 9(3) in db2 table without decimal point??
How do you say mysql?
What are the purposes of using enum and set data types?
What is the use of procedure in mysql?
What is the full form of mysql?
How many rows can be inserted in mysql at a time?
What is data in mysql?
What is limit in mysql?
Explain the difference between mysql and mysql interfaces in php?
How do I create a stored procedure in mysql?
What are the differences between a primary key and foreign key?
Write a query to fetch common records between two tables using mysql?
Is mysql good for large database?
Why we use mysqli instead of mysql?
How to find second highest salary from a table?