determine the minimum salary of the employee and his details
who join on the same date
Answer Posted / ns
select min(salary) from (select salary from employees where
hire_date = '21-JUN-99');
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What versions of clipper does netlib support?
Explain about cursors?
What are the components of rdbms?
What is a relation in dbms?
How many types of database language exist?
Suppose database is running slow, what will you do?
How many number of columns can a RECORD GROUP have ?
Can you explain insert, update and delete query?
Why dbms is used?
what are the differences between an exclusive lock and a shared lock?
Is sql is a dbms?
What are the types of database servers?
i have a web page and in this page i create 3 textbax and a "summit" button do you have any html code for add text velue in my web page like link summation(form) sites.
What are different types of joins in the sql?
What do you understand by data independence? What are its two types?