IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Name of the employee who is senior most in the organization


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
spriya

New User


Joined: 06 Oct 2005
Posts: 42

PostPosted: Fri Jun 30, 2006 1:51 pm
Reply with quote

Hi friends ,
please give query for the following situation

Give an employee table with employee number, name and date of joining details write a query to get the name of the employee who is senior most in the organization
Back to top
View user's profile Send private message
Hanfur

Active User


Joined: 21 Jun 2006
Posts: 104

PostPosted: Mon Jul 03, 2006 10:33 am
Reply with quote

Assmuning your date is stored as YYYY-MM-DD format in column of table

EMP
=============
Hire-Date Name
------------------------
2006-02-09 Albert
1995-02-06 Susan



Then issuing the SQL

SELECT MIN(Hire-Date) FROM EMP ;

This would give the senior employee in EMP table.

EMP
=============
Hire-Date Name
------------------------
1995-02-06 Susan
Back to top
View user's profile Send private message
Hanfur

Active User


Joined: 21 Jun 2006
Posts: 104

PostPosted: Mon Jul 03, 2006 10:34 am
Reply with quote

Assuming your date is stored as YYYY-MM-DD format in column of table

EMP
=============
Hire-Date Name
------------------------
2006-02-09 Albert
1995-02-06 Susan



Then issuing the SQL

SELECT MIN(Hire-Date) FROM EMP ;

This would give the senior employee in EMP table.

EMP
=============
Hire-Date Name
------------------------
1995-02-06 Susan


-Han
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Organization of a migrated dataset All Other Mainframe Topics 2
No new posts Senior Partner Sales Manager, Rocket ... Mainframe Jobs 0
No new posts Senior Solutions Advisor (DB/2, Z/OS)... Mainframe Jobs 0
No new posts @@ Promoted to Senior Member@@ General Talk & Fun Stuff 1
No new posts Employee Referral CSC - Last Date Mar... Mainframe Jobs 0
Search our Forums:

Back to Top