T-SQL Problem... [?]

  • 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

  • Hint think about the order of the data and what you can do with it and how you can get the first record out of a data set.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply