Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


display details of employee's who are seniour to there own
manager ? ( In a Emp Table )

Answers were Sorted based on User's Feedback



display details of employee's who are seniour to there own manager ? ( In a Emp Table )..

Answer / jyothi

select e.ename,e.hiredate,m.ename,m.hiredate from emp e,emp m
where e.mgr=m.empno
and e.hiredate<m.hiredate

Is This Answer Correct ?    2 Yes 0 No

display details of employee's who are seniour to there own manager ? ( In a Emp Table )..

Answer / guest

SELECT * FROM Emp GROUPBY department HAVING dateofbirth >any
(select dateofbirth FROM Emp GROUPBy department);

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-10658: Lob column to be shrunk is marked unused

1 Answers  


ORA-25267: didnt specify the signature for a reciever non-repudiable queue

1 Answers  


LSX-00002: root element is not <schema>

1 Answers  


ORA-31077: invalid attribute "string" specified

1 Answers  


ORA-38774: cannot disable media recovery - flashback database is enabled

1 Answers  


ORA-06622: LU6.2 Driver: Unable to attach to SNA

1 Answers  


ORA-19596: SPFILE already included

1 Answers  


QSM-02058: set operator in mv and compatibility mode is less than 9.0

1 Answers  


ORA-09984: SGA file $ORACLE_HOME/dbs/sgadef$ORACLE_SID.dbf does not exist

1 Answers  


ORA-30157: An invalid argument was given to operating system call

1 Answers  


ORA-25455: evaluation error for rule set: string.string, evaluation context: string.string

1 Answers  


RMAN-08029: snapshot controlfile name set to default value: string

1 Answers  


Categories