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 are the basic functions of a database?
How do you rename a database?
What is acid property in dbms?
How to specify transaction or query timeout?
What is n tier architecture in dbms?
What is data management process?
Where is data stored in database?
Describe the types of keys?
What is meant by database system?
Define "correlated subqueries".
Explain primary key and composite key.
What is the purpose of a field in a database?
Explain the different types of join operations?
Could you give me an example how, where I code checkpoint and restart. I need and example
What do you mean by dml compiler?