determine the minimum salary of the employee and his details
who join on the same date
Answers were Sorted based on User's Feedback
Answer / guest
do not quite understand the question -- mininum sal of the
employees who have the same join dates (partition by
hiredates), or the one employee with min sal.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ns
select min(salary) from (select salary from employees where
hire_date = '21-JUN-99');
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
what is "TABLE" datatype ?
What is the use of drop command and what are the differences between drop, truncate and delete commands?
What is a database in computer?
List few ways to code transactions in an efficient manner?
i have all the Oracle Certification material from 1z0-001 to 1Z0-643, if required just drop me a mail to: summi4you@yahoo.co.in
What is denormalization and why would someone consider doing so?
What is dba stand for?
What are the different types of database?
What is stored procedure in database?
What SYSTEM VARIABLE is used to refer DATABASE TIME ?
Explain the terms ‘record’, ‘field’ and ‘table’ in terms of database.
What are the Different Types of Joins and How do They Work?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)