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 dml and ddl statements?
Is declare cursor executable?
What integrity rules exist in the dbms?
What is database development process?
Explain issues for database performance.
What do you understand by cursor?
How do I convert a spreadsheet to a database?
What are the types of database management system?
Where is database stored?
What is the difference between a database and a spreadsheet?
What is the difference between primary key and secondary key?
What is the e-r model?
What is father dbms?
What is database bloat?
Which is better saving files in database or in file system?