Help?!?
This is a school Assignment so hints or Pseudo-Code only please...
The Assignment:
Write a stored procedure returning the oldest employee hired by Northwind Traders. Do this without using the MIN() MAX() or COUNT() functions
Output should be as follows; The oldest employee at the time they were hired was [Firstname]
[lastname], who has been with the company for [x] years, [Y] months and [z] days