kaladharreddy15 (3/9/2010)
Write a query based on Customer table that finds youngest customer’s birth date and returns allcustomers having that birth date.
And what have you done so far to solve this particular problem? I believe that this problem can be solved in SQL Server 2005 using a CTE and the DENSE_RANK windowing function.
Look them up in Books Online and see what you can come up with.