determine the minimum salary of the employee and his details
who join on the same date
Answer Posted / naresh
select min(sal) from (select sal from emp e1,emp e2 having
e1.hiredate=e2.hiredate);
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is data sublanguage?
RDBMS file system can be defined as
Is it good to save image in database?
What is a system concept?
How to configure events with firewall?
Is mysql a rdbms?
what are the differences between an exclusive lock and a shared lock?
Enlist the various relationships of database.
What is 2nf in database?
What are the examples of database?
What is the maximum line size that dbms_output can handle?
What is dbms and its advantages?
How to find the size of database?
What are the two main functions of queries in databases?
Describe the difference between homogeneous and heterogeneous distributed database.